Color Hex Logo

#bb320a Color Hex

#BB320A
(187,50,10)
0 Favorites   0 Comments

Color spaces of #bb320a

RGB 1875010
HSL0.040.900.39
HSV14°95°73°
CMYK 0.000.730.95   0.27
XYZ21.688912.86791.6278
Yxy12.86790.59940.3556
Hunter Lab35.871945.149222.4198
CIE-Lab42.563553.112251.7022

#bb320a color RGB value is (187,50,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110010 00001010
Octal 273 62 12
Decimal 187 50 10
Hex BB 32 A

RGB Percentages of Color #bb320a

%75.71
%20.24
%4.05

CMYK Percentages of Color #bb320a

%0
%73
%95
%27

Triadic Colors of #bb320a

#bb320a #0abb32 #320abb

Analogous Colors of #bb320a

#bb320a #bb8b0a #bb0a3a

Monochromatic Colors of #bb320a

#bb320a

Complementary Color

#bb320a #0a93bb

#bb320a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb320a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb320a Color CSS Codes

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

#bb320a Text Font Color

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

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


#bb320a Background Color

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

This div background color is #bb320a


#bb320a Border Color

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

This div border color is #bb320a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb320a


Comments

No comments written yet.

Please login to write comment.