Color Hex Logo

#b8867a Color Hex

#B8867A
(184,134,122)
0 Favorites   0 Comments

Color spaces of #b8867a

RGB 184134122
HSL0.030.300.60
HSV12°34°72°
CMYK 0.000.270.34   0.28
XYZ31.805128.645722.2652
Yxy28.64570.38450.3463
Hunter Lab53.521712.410212.8003
CIE-Lab60.467717.525914.0118

#b8867a color RGB value is (184,134,122).

#b8867a hex color red value is 184, green value is 134 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b8867a hue: 0.03 , saturation: 0.30 and the lightness value of b8867a is 0.60.

The process color (four color CMYK) of #b8867a color hex is 0.00, 0.27, 0.34, 0.28. Web safe color of #b8867a is #cc9966. Color #b8867a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000110 01111010
Octal 270 206 172
Decimal 184 134 122
Hex B8 86 7A

RGB Percentages of Color #b8867a

%41.82
%30.45
%27.73

CMYK Percentages of Color #b8867a

%0
%27
%34
%28

Triadic Colors of #b8867a

#b8867a #7ab886 #867ab8

Analogous Colors of #b8867a

#b8867a #b8a57a #b87a8d

Monochromatic Colors of #b8867a

#b8867a

Complementary Color

#b8867a #7aacb8

#b8867a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8867a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8867a Color CSS Codes

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

#b8867a Text Font Color

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

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


#b8867a Background Color

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

This div background color is #b8867a


#b8867a Border Color

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

This div border color is #b8867a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8867a


Comments

No comments written yet.

Please login to write comment.