Color Hex Logo

#b8816a Color Hex

#B8816A
(184,129,106)
0 Favorites   0 Comments

Color spaces of #b8816a

RGB 184129106
HSL0.050.350.57
HSV18°42°72°
CMYK 0.000.300.42   0.28
XYZ30.218926.931517.2413
Yxy26.93150.40620.3620
Hunter Lab51.895613.123716.6289
CIE-Lab58.910918.366820.9552

#b8816a color RGB value is (184,129,106).

#b8816a hex color red value is 184, green value is 129 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b8816a hue: 0.05 , saturation: 0.35 and the lightness value of b8816a is 0.57.

The process color (four color CMYK) of #b8816a color hex is 0.00, 0.30, 0.42, 0.28. Web safe color of #b8816a is #cc9966. Color #b8816a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000001 01101010
Octal 270 201 152
Decimal 184 129 106
Hex B8 81 6A

RGB Percentages of Color #b8816a

%43.91
%30.79
%25.30

CMYK Percentages of Color #b8816a

%0
%30
%42
%28

Triadic Colors of #b8816a

#b8816a #6ab881 #816ab8

Analogous Colors of #b8816a

#b8816a #b8a86a #b86a7a

Monochromatic Colors of #b8816a

#b8816a

Complementary Color

#b8816a #6aa1b8

#b8816a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8816a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8816a Color CSS Codes

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

#b8816a Text Font Color

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

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


#b8816a Background Color

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

This div background color is #b8816a


#b8816a Border Color

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

This div border color is #b8816a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8816a


Comments

No comments written yet.

Please login to write comment.