Color Hex Logo

#b9562a Color Hex

#B9562A
(185,86,42)
0 Favorites   0 Comments

Color spaces of #b9562a

RGB 1858642
HSL0.050.630.45
HSV18°77°73°
CMYK 0.000.540.77   0.27
XYZ23.753317.13704.2463
Yxy17.13700.52630.3797
Hunter Lab41.396929.977922.8961
CIE-Lab48.432237.217943.2665

#b9562a color RGB value is (185,86,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010110 00101010
Octal 271 126 52
Decimal 185 86 42
Hex B9 56 2A

RGB Percentages of Color #b9562a

%59.11
%27.48
%13.42

CMYK Percentages of Color #b9562a

%0
%54
%77
%27

Triadic Colors of #b9562a

#b9562a #2ab956 #562ab9

Analogous Colors of #b9562a

#b9562a #b99e2a #b92a46

Monochromatic Colors of #b9562a

#b9562a

Complementary Color

#b9562a #2a8db9

#b9562a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9562a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9562a Color CSS Codes

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

#b9562a Text Font Color

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

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


#b9562a Background Color

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

This div background color is #b9562a


#b9562a Border Color

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

This div border color is #b9562a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9562a


Comments

No comments written yet.

Please login to write comment.