Color Hex Logo

#b8811f Color Hex

#B8811F
(184,129,31)
0 Favorites   0 Comments

Color spaces of #b8811f

RGB 18412931
HSL0.110.710.42
HSV38°83°72°
CMYK 0.000.300.83   0.28
XYZ27.864725.98984.8442
Yxy25.98980.47470.4428
Hunter Lab50.98028.349030.0523
CIE-Lab58.027413.072456.7653

#b8811f color RGB value is (184,129,31).

#b8811f hex color red value is 184, green value is 129 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b8811f hue: 0.11 , saturation: 0.71 and the lightness value of b8811f is 0.42.

The process color (four color CMYK) of #b8811f color hex is 0.00, 0.30, 0.83, 0.28. Web safe color of #b8811f is #cc9933. Color #b8811f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000001 00011111
Octal 270 201 37
Decimal 184 129 31
Hex B8 81 1F

RGB Percentages of Color #b8811f

%53.49
%37.50
%9.01

CMYK Percentages of Color #b8811f

%0
%30
%83
%28

Triadic Colors of #b8811f

#b8811f #1fb881 #811fb8

Analogous Colors of #b8811f

#b8811f #a3b81f #b8351f

Monochromatic Colors of #b8811f

#b8811f

Complementary Color

#b8811f #1f56b8

#b8811f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8811f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8811f Color CSS Codes

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

#b8811f Text Font Color

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

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


#b8811f Background Color

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

This div background color is #b8811f


#b8811f Border Color

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

This div border color is #b8811f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,129,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8811f


Comments

No comments written yet.

Please login to write comment.