Color Hex Logo

#bb331e Color Hex

#BB331E
(187,51,30)
0 Favorites   0 Comments

Color spaces of #bb331e

RGB 1875130
HSL0.020.720.43
HSV84°73°
CMYK 0.000.730.84   0.27
XYZ21.911713.02622.5877
Yxy13.02620.58390.3471
Hunter Lab36.091845.208421.0133
CIE-Lab42.802753.123943.8822

#bb331e color RGB value is (187,51,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110011 00011110
Octal 273 63 36
Decimal 187 51 30
Hex BB 33 1E

RGB Percentages of Color #bb331e

%69.78
%19.03
%11.19

CMYK Percentages of Color #bb331e

%0
%73
%84
%27

Triadic Colors of #bb331e

#bb331e #1ebb33 #331ebb

Analogous Colors of #bb331e

#bb331e #bb821e #bb1e57

Monochromatic Colors of #bb331e

#bb331e

Complementary Color

#bb331e #1ea6bb

#bb331e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb331e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb331e Color CSS Codes

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

#bb331e Text Font Color

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

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


#bb331e Background Color

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

This div background color is #bb331e


#bb331e Border Color

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

This div border color is #bb331e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb331e


Comments

No comments written yet.

Please login to write comment.