Color Hex Logo

#bb201e Color Hex

#BB201E
(187,32,30)
0 Favorites   0 Comments

Color spaces of #bb201e

RGB 1873230
HSL0.000.720.43
HSV84°73°
CMYK 0.000.830.84   0.27
XYZ21.244411.69162.3653
Yxy11.69160.60180.3312
Hunter Lab34.193051.065919.8337
CIE-Lab40.721758.949341.9912

#bb201e color RGB value is (187,32,30).

#bb201e hex color red value is 187, green value is 32 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bb201e hue: 0.00 , saturation: 0.72 and the lightness value of bb201e is 0.43.

The process color (four color CMYK) of #bb201e color hex is 0.00, 0.83, 0.84, 0.27. Web safe color of #bb201e is #cc3333. Color #bb201e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100000 00011110
Octal 273 40 36
Decimal 187 32 30
Hex BB 20 1E

RGB Percentages of Color #bb201e

%75.10
%12.85
%12.05

CMYK Percentages of Color #bb201e

%0
%83
%84
%27

Triadic Colors of #bb201e

#bb201e #1ebb20 #201ebb

Analogous Colors of #bb201e

#bb201e #bb6f1e #bb1e6b

Monochromatic Colors of #bb201e

#bb201e

Complementary Color

#bb201e #1eb9bb

#bb201e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb201e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb201e Color CSS Codes

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

#bb201e Text Font Color

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

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


#bb201e Background Color

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

This div background color is #bb201e


#bb201e Border Color

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

This div border color is #bb201e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb201e


Comments

No comments written yet.

Please login to write comment.