Color Hex Logo

#bb150c Color Hex

#BB150C
(187,21,12)
0 Favorites   0 Comments

Color spaces of #bb150c

RGB 1872112
HSL0.010.880.39
HSV94°73°
CMYK 0.000.890.94   0.27
XYZ20.828011.12771.3979
Yxy11.12770.62450.3336
Hunter Lab33.358253.073920.8662
CIE-Lab39.794760.949349.3666

#bb150c color RGB value is (187,21,12).

#bb150c hex color red value is 187, green value is 21 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bb150c hue: 0.01 , saturation: 0.88 and the lightness value of bb150c is 0.39.

The process color (four color CMYK) of #bb150c color hex is 0.00, 0.89, 0.94, 0.27. Web safe color of #bb150c is #cc0000. Color #bb150c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010101 00001100
Octal 273 25 14
Decimal 187 21 12
Hex BB 15 C

RGB Percentages of Color #bb150c

%85.00
%9.55
%5.45

CMYK Percentages of Color #bb150c

%0
%89
%94
%27

Triadic Colors of #bb150c

#bb150c #0cbb15 #150cbb

Analogous Colors of #bb150c

#bb150c #bb6d0c #bb0c5a

Monochromatic Colors of #bb150c

#bb150c

Complementary Color

#bb150c #0cb2bb

#bb150c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb150c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb150c Color CSS Codes

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

#bb150c Text Font Color

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

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


#bb150c Background Color

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

This div background color is #bb150c


#bb150c Border Color

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

This div border color is #bb150c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb150c


Comments

No comments written yet.

Please login to write comment.