Color Hex Logo

#bd491d Color Hex

#BD491D
(189,73,29)
0 Favorites   0 Comments

Color spaces of #bd491d

RGB 1897329
HSL0.050.730.43
HSV17°85°74°
CMYK 0.000.610.85   0.26
XYZ23.590615.67262.9442
Yxy15.67260.55890.3713
Hunter Lab39.588637.086823.3027
CIE-Lab46.542044.644747.8014

#bd491d color RGB value is (189,73,29).

#bd491d hex color red value is 189, green value is 73 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bd491d hue: 0.05 , saturation: 0.73 and the lightness value of bd491d is 0.43.

The process color (four color CMYK) of #bd491d color hex is 0.00, 0.61, 0.85, 0.26. Web safe color of #bd491d is #cc3333. Color #bd491d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001001 00011101
Octal 275 111 35
Decimal 189 73 29
Hex BD 49 1D

RGB Percentages of Color #bd491d

%64.95
%25.09
%9.97

CMYK Percentages of Color #bd491d

%0
%61
%85
%26

Triadic Colors of #bd491d

#bd491d #1dbd49 #491dbd

Analogous Colors of #bd491d

#bd491d #bd991d #bd1d41

Monochromatic Colors of #bd491d

#bd491d

Complementary Color

#bd491d #1d91bd

#bd491d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd491d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd491d Color CSS Codes

.mybgcolor {background-color:#bd491d; } 
.myforecolor {color:#bd491d; }
.mybordercolor {border:3px solid #bd491d; }

#bd491d Text Font Color

<p style="color:#bd491d">Text here</p>

This sample text font color is #bd491d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bd491d Background Color

<div style="background-color:#bd491d">
Div content here</div>

This div background color is #bd491d


#bd491d Border Color

<div style="border:3px solid #bd491d">
Div here</div>

This div border color is #bd491d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,73,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd491d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd491d;
  -webkit-box-shadow: 1px 1px 3px 2px #bd491d;
  box-shadow:         1px 1px 3px 2px #bd491d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,73,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bd491d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bd491d;
  -webkit-box-shadow: 1px 1px 3px 2px #bd491d;
  box-shadow:         1px 1px 3px 2px #bd491d;">
Div content here</div>

This div box has shadow with color #bd491d


Comments

No comments written yet.

Please login to write comment.