Color Hex Logo

#b9330a Color Hex

#B9330A
(185,51,10)
0 Favorites   0 Comments

Color spaces of #b9330a

RGB 1855110
HSL0.040.900.38
HSV14°95°73°
CMYK 0.000.720.95   0.27
XYZ21.246212.70391.6195
Yxy12.70390.59730.3572
Hunter Lab35.642544.027922.2558
CIE-Lab42.313752.096051.3553

#b9330a color RGB value is (185,51,10).

#b9330a hex color red value is 185, green value is 51 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #b9330a hue: 0.04 , saturation: 0.90 and the lightness value of b9330a is 0.38.

The process color (four color CMYK) of #b9330a color hex is 0.00, 0.72, 0.95, 0.27. Web safe color of #b9330a is #cc3300. Color #b9330a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110011 00001010
Octal 271 63 12
Decimal 185 51 10
Hex B9 33 A

RGB Percentages of Color #b9330a

%75.20
%20.73
%4.07

CMYK Percentages of Color #b9330a

%0
%72
%95
%27

Triadic Colors of #b9330a

#b9330a #0ab933 #330ab9

Analogous Colors of #b9330a

#b9330a #b98b0a #b90a38

Monochromatic Colors of #b9330a

#b9330a

Complementary Color

#b9330a #0a90b9

#b9330a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9330a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9330a Color CSS Codes

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

#b9330a Text Font Color

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

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


#b9330a Background Color

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

This div background color is #b9330a


#b9330a Border Color

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

This div border color is #b9330a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9330a


Comments

No comments written yet.

Please login to write comment.