Color Hex Logo

#bb494d Color Hex

#BB494D
(187,73,77)
0 Favorites   0 Comments

Color spaces of #bb494d

RGB 1877377
HSL0.990.460.51
HSV358°61°73°
CMYK 0.000.610.59   0.27
XYZ24.215615.86578.8073
Yxy15.86570.49530.3245
Hunter Lab39.831838.812914.7725
CIE-Lab46.797846.292921.7771

#bb494d color RGB value is (187,73,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001001 01001101
Octal 273 111 115
Decimal 187 73 77
Hex BB 49 4D

RGB Percentages of Color #bb494d

%55.49
%21.66
%22.85

CMYK Percentages of Color #bb494d

%0
%61
%59
%27

Triadic Colors of #bb494d

#bb494d #4dbb49 #494dbb

Analogous Colors of #bb494d

#bb494d #bb7e49 #bb4986

Monochromatic Colors of #bb494d

#bb494d

Complementary Color

#bb494d #49bbb7

#bb494d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb494d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb494d Color CSS Codes

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

#bb494d Text Font Color

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

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


#bb494d Background Color

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

This div background color is #bb494d


#bb494d Border Color

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

This div border color is #bb494d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb494d


Comments

No comments written yet.

Please login to write comment.