Color Hex Logo

#bb271f Color Hex

#BB271F
(187,39,31)
0 Favorites   0 Comments

Color spaces of #bb271f

RGB 1873931
HSL0.010.720.43
HSV83°73°
CMYK 0.000.790.83   0.27
XYZ21.466412.11482.5033
Yxy12.11480.59490.3357
Hunter Lab34.806349.176820.1002
CIE-Lab41.398057.087642.0924

#bb271f color RGB value is (187,39,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100111 00011111
Octal 273 47 37
Decimal 187 39 31
Hex BB 27 1F

RGB Percentages of Color #bb271f

%72.76
%15.18
%12.06

CMYK Percentages of Color #bb271f

%0
%79
%83
%27

Triadic Colors of #bb271f

#bb271f #1fbb27 #271fbb

Analogous Colors of #bb271f

#bb271f #bb751f #bb1f65

Monochromatic Colors of #bb271f

#bb271f

Complementary Color

#bb271f #1fb3bb

#bb271f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb271f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb271f Color CSS Codes

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

#bb271f Text Font Color

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

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


#bb271f Background Color

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

This div background color is #bb271f


#bb271f Border Color

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

This div border color is #bb271f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb271f


Comments

No comments written yet.

Please login to write comment.