Color Hex Logo

#bb272c Color Hex

#BB272C
(187,39,44)
0 Favorites   0 Comments

Color spaces of #bb272c

RGB 1873944
HSL0.990.650.44
HSV358°79°73°
CMYK 0.000.790.76   0.27
XYZ21.673712.19773.5949
Yxy12.19770.57850.3256
Hunter Lab34.925249.653518.3448
CIE-Lab41.528657.501635.0261

#bb272c color RGB value is (187,39,44).

#bb272c hex color red value is 187, green value is 39 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bb272c hue: 0.99 , saturation: 0.65 and the lightness value of bb272c is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100111 00101100
Octal 273 47 54
Decimal 187 39 44
Hex BB 27 2C

RGB Percentages of Color #bb272c

%69.26
%14.44
%16.30

CMYK Percentages of Color #bb272c

%0
%79
%76
%27

Triadic Colors of #bb272c

#bb272c #2cbb27 #272cbb

Analogous Colors of #bb272c

#bb272c #bb6c27 #bb2776

Monochromatic Colors of #bb272c

#bb272c

Complementary Color

#bb272c #27bbb6

#bb272c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb272c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb272c Color CSS Codes

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

#bb272c Text Font Color

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

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


#bb272c Background Color

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

This div background color is #bb272c


#bb272c Border Color

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

This div border color is #bb272c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb272c


Comments

No comments written yet.

Please login to write comment.