Color Hex Logo

#bb120f Color Hex

#BB120F
(187,18,15)
0 Favorites   0 Comments

Color spaces of #bb120f

RGB 1871815
HSL0.000.850.40
HSV92°73°
CMYK 0.000.900.92   0.27
XYZ20.796011.03191.4852
Yxy11.03190.62430.3312
Hunter Lab33.214353.636620.5988
CIE-Lab39.634161.487048.1345

#bb120f color RGB value is (187,18,15).

#bb120f hex color red value is 187, green value is 18 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bb120f hue: 0.00 , saturation: 0.85 and the lightness value of bb120f is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010010 00001111
Octal 273 22 17
Decimal 187 18 15
Hex BB 12 F

RGB Percentages of Color #bb120f

%85.00
%8.18
%6.82

CMYK Percentages of Color #bb120f

%0
%90
%92
%27

Triadic Colors of #bb120f

#bb120f #0fbb12 #120fbb

Analogous Colors of #bb120f

#bb120f #bb680f #bb0f62

Monochromatic Colors of #bb120f

#bb120f

Complementary Color

#bb120f #0fb8bb

#bb120f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb120f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb120f Color CSS Codes

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

#bb120f Text Font Color

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

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


#bb120f Background Color

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

This div background color is #bb120f


#bb120f Border Color

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

This div border color is #bb120f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb120f


Comments

No comments written yet.

Please login to write comment.