Color Hex Logo

#bd491b Color Hex

#BD491B
(189,73,27)
0 Favorites   0 Comments

Color spaces of #bd491b

RGB 1897327
HSL0.050.750.42
HSV17°86°74°
CMYK 0.000.610.86   0.26
XYZ23.566615.66302.8181
Yxy15.66300.56050.3725
Hunter Lab39.576537.032423.4817
CIE-Lab46.529244.593148.6489

#bd491b color RGB value is (189,73,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001001 00011011
Octal 275 111 33
Decimal 189 73 27
Hex BD 49 1B

RGB Percentages of Color #bd491b

%65.40
%25.26
%9.34

CMYK Percentages of Color #bd491b

%0
%61
%86
%26

Triadic Colors of #bd491b

#bd491b #1bbd49 #491bbd

Analogous Colors of #bd491b

#bd491b #bd9a1b #bd1b3e

Monochromatic Colors of #bd491b

#bd491b

Complementary Color

#bd491b #1b8fbd

#bd491b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd491b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd491b Color CSS Codes

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

#bd491b Text Font Color

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

This sample text font color is #bd491b
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.


#bd491b Background Color

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

This div background color is #bd491b


#bd491b Border Color

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

This div border color is #bd491b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd491b


Comments

No comments written yet.

Please login to write comment.