Color Hex Logo

#bb330a Color Hex

#BB330A
(187,51,10)
0 Favorites   0 Comments

Color spaces of #bb330a

RGB 1875110
HSL0.040.900.39
HSV14°95°73°
CMYK 0.000.730.95   0.27
XYZ21.732112.95441.6422
Yxy12.95440.59820.3566
Hunter Lab35.992244.791922.4894
CIE-Lab42.694552.750551.7831

#bb330a color RGB value is (187,51,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110011 00001010
Octal 273 63 12
Decimal 187 51 10
Hex BB 33 A

RGB Percentages of Color #bb330a

%75.40
%20.56
%4.03

CMYK Percentages of Color #bb330a

%0
%73
%95
%27

Triadic Colors of #bb330a

#bb330a #0abb33 #330abb

Analogous Colors of #bb330a

#bb330a #bb8c0a #bb0a3a

Monochromatic Colors of #bb330a

#bb330a

Complementary Color

#bb330a #0a92bb

#bb330a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb330a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb330a Color CSS Codes

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

#bb330a Text Font Color

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

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


#bb330a Background Color

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

This div background color is #bb330a


#bb330a Border Color

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

This div border color is #bb330a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb330a


Comments

No comments written yet.

Please login to write comment.