Color Hex Logo

#bb062b Color Hex

#BB062B
(187,6,43)
0 Favorites   0 Comments

Color spaces of #bb062b

RGB 187643
HSL0.970.940.38
HSV348°97°73°
CMYK 0.000.970.77   0.27
XYZ20.994710.86953.2770
Yxy10.86950.59740.3093
Hunter Lab32.968955.973717.1850
CIE-Lab39.359863.626133.2367

#bb062b color RGB value is (187,6,43).

#bb062b hex color red value is 187, green value is 6 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bb062b hue: 0.97 , saturation: 0.94 and the lightness value of bb062b is 0.38.

The process color (four color CMYK) of #bb062b color hex is 0.00, 0.97, 0.77, 0.27. Web safe color of #bb062b is #cc0033. Color #bb062b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000110 00101011
Octal 273 6 53
Decimal 187 6 43
Hex BB 6 2B

RGB Percentages of Color #bb062b

%79.24
%2.54
%18.22

CMYK Percentages of Color #bb062b

%0
%97
%77
%27

Triadic Colors of #bb062b

#bb062b #2bbb06 #062bbb

Analogous Colors of #bb062b

#bb062b #bb3c06 #bb0686

Monochromatic Colors of #bb062b

#bb062b

Complementary Color

#bb062b #06bb96

#bb062b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb062b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb062b Color CSS Codes

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

#bb062b Text Font Color

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

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


#bb062b Background Color

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

This div background color is #bb062b


#bb062b Border Color

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

This div border color is #bb062b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb062b


Comments

No comments written yet.

Please login to write comment.