Color Hex Logo

#b9562b Color Hex

#B9562B
(185,86,43)
0 Favorites   0 Comments

Color spaces of #b9562b

RGB 1858643
HSL0.050.620.45
HSV18°77°73°
CMYK 0.000.540.77   0.27
XYZ23.771417.14434.3418
Yxy17.14430.52520.3788
Hunter Lab41.405730.018622.7668
CIE-Lab48.441337.258542.7776

#b9562b color RGB value is (185,86,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010110 00101011
Octal 271 126 53
Decimal 185 86 43
Hex B9 56 2B

RGB Percentages of Color #b9562b

%58.92
%27.39
%13.69

CMYK Percentages of Color #b9562b

%0
%54
%77
%27

Triadic Colors of #b9562b

#b9562b #2bb956 #562bb9

Analogous Colors of #b9562b

#b9562b #b99d2b #b92b47

Monochromatic Colors of #b9562b

#b9562b

Complementary Color

#b9562b #2b8eb9

#b9562b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9562b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9562b Color CSS Codes

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

#b9562b Text Font Color

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

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


#b9562b Background Color

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

This div background color is #b9562b


#b9562b Border Color

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

This div border color is #b9562b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9562b


Comments

No comments written yet.

Please login to write comment.