Color Hex Logo

#bd811b Color Hex

#BD811B
(189,129,27)
0 Favorites   0 Comments

Color spaces of #bd811b

RGB 18912927
HSL0.100.750.42
HSV38°86°74°
CMYK 0.000.320.86   0.26
XYZ29.034426.59854.6407
Yxy26.59850.48170.4413
Hunter Lab51.573710.235930.7666
CIE-Lab58.600815.184858.7607

#bd811b color RGB value is (189,129,27).

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

The process color (four color CMYK) of #bd811b color hex is 0.00, 0.32, 0.86, 0.26. Web safe color of #bd811b is #cc9933. Color #bd811b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000001 00011011
Octal 275 201 33
Decimal 189 129 27
Hex BD 81 1B

RGB Percentages of Color #bd811b

%54.78
%37.39
%7.83

CMYK Percentages of Color #bd811b

%0
%32
%86
%26

Triadic Colors of #bd811b

#bd811b #1bbd81 #811bbd

Analogous Colors of #bd811b

#bd811b #a8bd1b #bd301b

Monochromatic Colors of #bd811b

#bd811b

Complementary Color

#bd811b #1b57bd

#bd811b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd811b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd811b Color CSS Codes

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

#bd811b Text Font Color

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

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


#bd811b Background Color

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

This div background color is #bd811b


#bd811b Border Color

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

This div border color is #bd811b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,129,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 #bd811b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd811b


Comments

No comments written yet.

Please login to write comment.