Color Hex Logo

#bb090f Color Hex

#BB090F
(187,9,15)
0 Favorites   0 Comments

Color spaces of #bb090f

RGB 187915
HSL0.990.910.38
HSV358°95°73°
CMYK 0.000.950.92   0.27
XYZ20.677410.79471.4457
Yxy10.79470.62820.3279
Hunter Lab32.855354.841820.3898
CIE-Lab39.232562.644347.8695

#bb090f color RGB value is (187,9,15).

#bb090f hex color red value is 187, green value is 9 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bb090f hue: 0.99 , saturation: 0.91 and the lightness value of bb090f is 0.38.

The process color (four color CMYK) of #bb090f color hex is 0.00, 0.95, 0.92, 0.27. Web safe color of #bb090f is #cc0000. Color #bb090f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001001 00001111
Octal 273 11 17
Decimal 187 9 15
Hex BB 9 F

RGB Percentages of Color #bb090f

%88.63
%4.27
%7.11

CMYK Percentages of Color #bb090f

%0
%95
%92
%27

Triadic Colors of #bb090f

#bb090f #0fbb09 #090fbb

Analogous Colors of #bb090f

#bb090f #bb5c09 #bb0968

Monochromatic Colors of #bb090f

#bb090f

Complementary Color

#bb090f #09bbb5

#bb090f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb090f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb090f Color CSS Codes

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

#bb090f Text Font Color

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

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


#bb090f Background Color

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

This div background color is #bb090f


#bb090f Border Color

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

This div border color is #bb090f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,9,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb090f


Comments

No comments written yet.

Please login to write comment.