Color Hex Logo

#bb331d Color Hex

#BB331D
(187,51,29)
0 Favorites   0 Comments

Color spaces of #bb331d

RGB 1875129
HSL0.020.730.42
HSV84°73°
CMYK 0.000.730.84   0.27
XYZ21.899113.02122.5215
Yxy13.02120.58490.3478
Hunter Lab36.084945.179021.1164
CIE-Lab42.795253.097644.3638

#bb331d color RGB value is (187,51,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110011 00011101
Octal 273 63 35
Decimal 187 51 29
Hex BB 33 1D

RGB Percentages of Color #bb331d

%70.04
%19.10
%10.86

CMYK Percentages of Color #bb331d

%0
%73
%84
%27

Triadic Colors of #bb331d

#bb331d #1dbb33 #331dbb

Analogous Colors of #bb331d

#bb331d #bb821d #bb1d56

Monochromatic Colors of #bb331d

#bb331d

Complementary Color

#bb331d #1da5bb

#bb331d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb331d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb331d Color CSS Codes

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

#bb331d Text Font Color

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

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


#bb331d Background Color

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

This div background color is #bb331d


#bb331d Border Color

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

This div border color is #bb331d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb331d


Comments

No comments written yet.

Please login to write comment.