Color Hex Logo

#bb492b Color Hex

#BB492B
(187,73,43)
0 Favorites   0 Comments

Color spaces of #bb492b

RGB 1877343
HSL0.030.630.45
HSV13°77°73°
CMYK 0.000.610.77   0.27
XYZ23.312115.50434.0494
Yxy15.50430.54380.3617
Hunter Lab39.375536.773121.4654
CIE-Lab46.317344.371740.6851

#bb492b color RGB value is (187,73,43).

#bb492b hex color red value is 187, green value is 73 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bb492b hue: 0.03 , saturation: 0.63 and the lightness value of bb492b is 0.45.

The process color (four color CMYK) of #bb492b color hex is 0.00, 0.61, 0.77, 0.27. Web safe color of #bb492b is #cc3333. Color #bb492b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001001 00101011
Octal 273 111 53
Decimal 187 73 43
Hex BB 49 2B

RGB Percentages of Color #bb492b

%61.72
%24.09
%14.19

CMYK Percentages of Color #bb492b

%0
%61
%77
%27

Triadic Colors of #bb492b

#bb492b #2bbb49 #492bbb

Analogous Colors of #bb492b

#bb492b #bb912b #bb2b55

Monochromatic Colors of #bb492b

#bb492b

Complementary Color

#bb492b #2b9dbb

#bb492b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb492b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb492b Color CSS Codes

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

#bb492b Text Font Color

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

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


#bb492b Background Color

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

This div background color is #bb492b


#bb492b Border Color

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

This div border color is #bb492b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb492b


Comments

No comments written yet.

Please login to write comment.