Color Hex Logo

#b9731e Color Hex

#B9731E
(185,115,30)
0 Favorites   0 Comments

Color spaces of #b9731e

RGB 18511530
HSL0.090.720.42
HSV33°84°73°
CMYK 0.000.380.84   0.27
XYZ26.372722.66954.2140
Yxy22.66950.49520.4257
Hunter Lab47.612515.549828.0812
CIE-Lab54.730321.246654.2976

#b9731e color RGB value is (185,115,30).

#b9731e hex color red value is 185, green value is 115 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b9731e hue: 0.09 , saturation: 0.72 and the lightness value of b9731e is 0.42.

The process color (four color CMYK) of #b9731e color hex is 0.00, 0.38, 0.84, 0.27. Web safe color of #b9731e is #cc6633. Color #b9731e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110011 00011110
Octal 271 163 36
Decimal 185 115 30
Hex B9 73 1E

RGB Percentages of Color #b9731e

%56.06
%34.85
%9.09

CMYK Percentages of Color #b9731e

%0
%38
%84
%27

Triadic Colors of #b9731e

#b9731e #1eb973 #731eb9

Analogous Colors of #b9731e

#b9731e #b2b91e #b9251e

Monochromatic Colors of #b9731e

#b9731e

Complementary Color

#b9731e #1e64b9

#b9731e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9731e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9731e Color CSS Codes

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

#b9731e Text Font Color

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

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


#b9731e Background Color

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

This div background color is #b9731e


#b9731e Border Color

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

This div border color is #b9731e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9731e


Comments

No comments written yet.

Please login to write comment.