Color Hex Logo

#bb281f Color Hex

#BB281F
(187,40,31)
0 Favorites   0 Comments

Color spaces of #bb281f

RGB 1874031
HSL0.010.720.43
HSV83°73°
CMYK 0.000.790.83   0.27
XYZ21.499612.18132.5144
Yxy12.18130.59400.3365
Hunter Lab34.901748.878720.1598
CIE-Lab41.502856.792642.1892

#bb281f color RGB value is (187,40,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101000 00011111
Octal 273 50 37
Decimal 187 40 31
Hex BB 28 1F

RGB Percentages of Color #bb281f

%72.48
%15.50
%12.02

CMYK Percentages of Color #bb281f

%0
%79
%83
%27

Triadic Colors of #bb281f

#bb281f #1fbb28 #281fbb

Analogous Colors of #bb281f

#bb281f #bb761f #bb1f64

Monochromatic Colors of #bb281f

#bb281f

Complementary Color

#bb281f #1fb2bb

#bb281f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb281f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb281f Color CSS Codes

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

#bb281f Text Font Color

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

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


#bb281f Background Color

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

This div background color is #bb281f


#bb281f Border Color

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

This div border color is #bb281f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb281f


Comments

No comments written yet.

Please login to write comment.