Color Hex Logo

#b9868a Color Hex

#B9868A
(185,134,138)
0 Favorites   0 Comments

Color spaces of #b9868a

RGB 185134138
HSL0.990.270.63
HSV355°28°73°
CMYK 0.000.280.25   0.27
XYZ33.120129.199527.9352
Yxy29.19950.36700.3235
Hunter Lab54.036614.84237.1745
CIE-Lab60.957320.13505.6001

#b9868a color RGB value is (185,134,138).

#b9868a hex color red value is 185, green value is 134 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b9868a hue: 0.99 , saturation: 0.27 and the lightness value of b9868a is 0.63.

The process color (four color CMYK) of #b9868a color hex is 0.00, 0.28, 0.25, 0.27. Web safe color of #b9868a is #cc9999. Color #b9868a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000110 10001010
Octal 271 206 212
Decimal 185 134 138
Hex B9 86 8A

RGB Percentages of Color #b9868a

%40.48
%29.32
%30.20

CMYK Percentages of Color #b9868a

%0
%28
%25
%27

Triadic Colors of #b9868a

#b9868a #8ab986 #868ab9

Analogous Colors of #b9868a

#b9868a #b99c86 #b986a4

Monochromatic Colors of #b9868a

#b9868a

Complementary Color

#b9868a #86b9b5

#b9868a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9868a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9868a Color CSS Codes

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

#b9868a Text Font Color

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

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


#b9868a Background Color

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

This div background color is #b9868a


#b9868a Border Color

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

This div border color is #b9868a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9868a


Comments

No comments written yet.

Please login to write comment.