Color Hex Logo

#bb494c Color Hex

#BB494C
(187,73,76)
0 Favorites   0 Comments

Color spaces of #bb494c

RGB 1877376
HSL1.000.460.51
HSV358°61°73°
CMYK 0.000.610.59   0.27
XYZ24.180615.85178.6227
Yxy15.85170.49700.3258
Hunter Lab39.814238.734715.0293
CIE-Lab46.779346.219722.3538

#bb494c color RGB value is (187,73,76).

#bb494c hex color red value is 187, green value is 73 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bb494c hue: 1.00 , saturation: 0.46 and the lightness value of bb494c is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001001 01001100
Octal 273 111 114
Decimal 187 73 76
Hex BB 49 4C

RGB Percentages of Color #bb494c

%55.65
%21.73
%22.62

CMYK Percentages of Color #bb494c

%0
%61
%59
%27

Triadic Colors of #bb494c

#bb494c #4cbb49 #494cbb

Analogous Colors of #bb494c

#bb494c #bb7f49 #bb4985

Monochromatic Colors of #bb494c

#bb494c

Complementary Color

#bb494c #49bbb8

#bb494c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb494c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb494c Color CSS Codes

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

#bb494c Text Font Color

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

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


#bb494c Background Color

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

This div background color is #bb494c


#bb494c Border Color

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

This div border color is #bb494c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb494c


Comments

No comments written yet.

Please login to write comment.