Color Hex Logo

#b9915a Color Hex

#B9915A
(185,145,90)
0 Favorites   0 Comments

Color spaces of #b9915a

RGB 18514590
HSL0.100.400.54
HSV35°51°73°
CMYK 0.000.220.51   0.27
XYZ31.978431.303314.0295
Yxy31.30330.41360.4049
Hunter Lab55.94944.112124.2974
CIE-Lab62.76288.262234.7819

#b9915a color RGB value is (185,145,90).

#b9915a hex color red value is 185, green value is 145 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b9915a hue: 0.10 , saturation: 0.40 and the lightness value of b9915a is 0.54.

The process color (four color CMYK) of #b9915a color hex is 0.00, 0.22, 0.51, 0.27. Web safe color of #b9915a is #cc9966. Color #b9915a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010001 01011010
Octal 271 221 132
Decimal 185 145 90
Hex B9 91 5A

RGB Percentages of Color #b9915a

%44.05
%34.52
%21.43

CMYK Percentages of Color #b9915a

%0
%22
%51
%27

Triadic Colors of #b9915a

#b9915a #5ab991 #915ab9

Analogous Colors of #b9915a

#b9915a #b2b95a #b9625a

Monochromatic Colors of #b9915a

#b9915a

Complementary Color

#b9915a #5a82b9

#b9915a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9915a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9915a Color CSS Codes

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

#b9915a Text Font Color

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

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


#b9915a Background Color

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

This div background color is #b9915a


#b9915a Border Color

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

This div border color is #b9915a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9915a


Comments

No comments written yet.

Please login to write comment.