Color Hex Logo

#b8811c Color Hex

#B8811C
(184,129,28)
0 Favorites   0 Comments

Color spaces of #b8811c

RGB 18412928
HSL0.110.740.42
HSV39°85°72°
CMYK 0.000.300.85   0.28
XYZ27.827025.97474.6456
Yxy25.97470.47610.4444
Hunter Lab50.96548.271230.2714
CIE-Lab58.013012.984457.7226

#b8811c color RGB value is (184,129,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000001 00011100
Octal 270 201 34
Decimal 184 129 28
Hex B8 81 1C

RGB Percentages of Color #b8811c

%53.96
%37.83
%8.21

CMYK Percentages of Color #b8811c

%0
%30
%85
%28

Triadic Colors of #b8811c

#b8811c #1cb881 #811cb8

Analogous Colors of #b8811c

#b8811c #a1b81c #b8331c

Monochromatic Colors of #b8811c

#b8811c

Complementary Color

#b8811c #1c53b8

#b8811c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8811c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8811c Color CSS Codes

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

#b8811c Text Font Color

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

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


#b8811c Background Color

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

This div background color is #b8811c


#b8811c Border Color

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

This div border color is #b8811c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8811c


Comments

No comments written yet.

Please login to write comment.