Color Hex Logo

#b9612a Color Hex

#B9612A
(185,97,42)
0 Favorites   0 Comments

Color spaces of #b9612a

RGB 1859742
HSL0.060.630.45
HSV23°77°73°
CMYK 0.000.480.77   0.27
XYZ24.700219.03084.5620
Yxy19.03080.51150.3941
Hunter Lab43.624324.724724.3368
CIE-Lab50.723231.473445.5757

#b9612a color RGB value is (185,97,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100001 00101010
Octal 271 141 52
Decimal 185 97 42
Hex B9 61 2A

RGB Percentages of Color #b9612a

%57.10
%29.94
%12.96

CMYK Percentages of Color #b9612a

%0
%48
%77
%27

Triadic Colors of #b9612a

#b9612a #2ab961 #612ab9

Analogous Colors of #b9612a

#b9612a #b9a92a #b92a3b

Monochromatic Colors of #b9612a

#b9612a

Complementary Color

#b9612a #2a82b9

#b9612a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9612a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9612a Color CSS Codes

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

#b9612a Text Font Color

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

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


#b9612a Background Color

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

This div background color is #b9612a


#b9612a Border Color

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

This div border color is #b9612a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9612a


Comments

No comments written yet.

Please login to write comment.