Color Hex Logo

#b9732a Color Hex

#B9732A
(185,115,42)
0 Favorites   0 Comments

Color spaces of #b9732a

RGB 18511542
HSL0.090.630.45
HSV31°77°73°
CMYK 0.000.380.77   0.27
XYZ26.556222.74295.1806
Yxy22.74290.48750.4175
Hunter Lab47.689515.942226.9419
CIE-Lab54.806521.672649.6083

#b9732a color RGB value is (185,115,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110011 00101010
Octal 271 163 52
Decimal 185 115 42
Hex B9 73 2A

RGB Percentages of Color #b9732a

%54.09
%33.63
%12.28

CMYK Percentages of Color #b9732a

%0
%38
%77
%27

Triadic Colors of #b9732a

#b9732a #2ab973 #732ab9

Analogous Colors of #b9732a

#b9732a #b8b92a #b92c2a

Monochromatic Colors of #b9732a

#b9732a

Complementary Color

#b9732a #2a70b9

#b9732a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9732a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9732a Color CSS Codes

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

#b9732a Text Font Color

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

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


#b9732a Background Color

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

This div background color is #b9732a


#b9732a Border Color

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

This div border color is #b9732a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9732a


Comments

No comments written yet.

Please login to write comment.