Color Hex Logo

#bb182f Color Hex

#BB182F
(187,24,47)
0 Favorites   0 Comments

Color spaces of #bb182f

RGB 1872447
HSL0.980.770.41
HSV352°87°73°
CMYK 0.000.870.75   0.27
XYZ21.333211.42333.7699
Yxy11.42330.58400.3127
Hunter Lab33.798453.520317.0456
CIE-Lab40.284561.256231.8563

#bb182f color RGB value is (187,24,47).

#bb182f hex color red value is 187, green value is 24 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bb182f hue: 0.98 , saturation: 0.77 and the lightness value of bb182f is 0.41.

The process color (four color CMYK) of #bb182f color hex is 0.00, 0.87, 0.75, 0.27. Web safe color of #bb182f is #cc0033. Color #bb182f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011000 00101111
Octal 273 30 57
Decimal 187 24 47
Hex BB 18 2F

RGB Percentages of Color #bb182f

%72.48
%9.30
%18.22

CMYK Percentages of Color #bb182f

%0
%87
%75
%27

Triadic Colors of #bb182f

#bb182f #2fbb18 #182fbb

Analogous Colors of #bb182f

#bb182f #bb5318 #bb1881

Monochromatic Colors of #bb182f

#bb182f

Complementary Color

#bb182f #18bba4

#bb182f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb182f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb182f Color CSS Codes

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

#bb182f Text Font Color

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

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


#bb182f Background Color

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

This div background color is #bb182f


#bb182f Border Color

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

This div border color is #bb182f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb182f


Comments

No comments written yet.

Please login to write comment.