Color Hex Logo

#b9722a Color Hex

#B9722A
(185,114,42)
0 Favorites   0 Comments

Color spaces of #b9722a

RGB 18511442
HSL0.080.630.45
HSV30°77°73°
CMYK 0.000.380.77   0.27
XYZ26.442822.51615.1428
Yxy22.51610.48880.4162
Hunter Lab47.451116.432126.7899
CIE-Lab54.570422.224549.3778

#b9722a color RGB value is (185,114,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110010 00101010
Octal 271 162 52
Decimal 185 114 42
Hex B9 72 2A

RGB Percentages of Color #b9722a

%54.25
%33.43
%12.32

CMYK Percentages of Color #b9722a

%0
%38
%77
%27

Triadic Colors of #b9722a

#b9722a #2ab972 #722ab9

Analogous Colors of #b9722a

#b9722a #b9b92a #b92a2a

Monochromatic Colors of #b9722a

#b9722a

Complementary Color

#b9722a #2a71b9

#b9722a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9722a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9722a Color CSS Codes

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

#b9722a Text Font Color

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

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


#b9722a Background Color

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

This div background color is #b9722a


#b9722a Border Color

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

This div border color is #b9722a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,114,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 #b9722a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9722a


Comments

No comments written yet.

Please login to write comment.