Color Hex Logo

#b9973b Color Hex

#B9973B
(185,151,59)
0 Favorites   0 Comments

Color spaces of #b9973b

RGB 18515159
HSL0.120.520.48
HSV44°68°73°
CMYK 0.000.180.68   0.27
XYZ31.863632.76338.7822
Yxy32.76330.43410.4463
Hunter Lab57.2392-0.802330.9706
CIE-Lab63.96882.647551.4645

#b9973b color RGB value is (185,151,59).

#b9973b hex color red value is 185, green value is 151 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #b9973b hue: 0.12 , saturation: 0.52 and the lightness value of b9973b is 0.48.

The process color (four color CMYK) of #b9973b color hex is 0.00, 0.18, 0.68, 0.27. Web safe color of #b9973b is #cc9933. Color #b9973b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010111 00111011
Octal 271 227 73
Decimal 185 151 59
Hex B9 97 3B

RGB Percentages of Color #b9973b

%46.84
%38.23
%14.94

CMYK Percentages of Color #b9973b

%0
%18
%68
%27

Triadic Colors of #b9973b

#b9973b #3bb997 #973bb9

Analogous Colors of #b9973b

#b9973b #9cb93b #b9583b

Monochromatic Colors of #b9973b

#b9973b

Complementary Color

#b9973b #3b5db9

#b9973b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9973b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9973b Color CSS Codes

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

#b9973b Text Font Color

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

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


#b9973b Background Color

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

This div background color is #b9973b


#b9973b Border Color

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

This div border color is #b9973b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9973b


Comments

No comments written yet.

Please login to write comment.