#BB494C

Color #BB494C Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #BB494C

Tints of Mandy #BB494C

Color information

#BB494C (or 0xBB494C) is unknown color: approx Mandy. HEX triplet: BB, 49 and 4C. RGB value is (187,73,76). Sum of RGB (Red+Green+Blue) = 187+73+76=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB494C is #44B6B3. Grayscale: #6B6B6B. Windows color (decimal): -4503220 or 4999611. OLE color: 4999611.

HSL color Cylindrical-coordinate representation of color #BB494C: hue angle of 358.42º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB494C is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB1877376-
CMYK00.610.590.27
HSL358.42º45.6%50.98%-
HSV(B)358.42º60.96%73.33%-
XYZ24.1815.858.62-
YUV107.43110.27184.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 55.65%
GREEN value IS 73 (28.91% from 255) = 21.73%
BLUE value IS 76 (30.08% from 255) = 22.62%
R=55.65%
G=21.73%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187737600.610.590.27358.4245.650.98
HexBB494C03D3B1B1662e33
Octal27311111407573335465663
Binary1011101110010011001100011110111101111011101100110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB494C; }

 p { color: rgb(187,73,76); }

 H1.HeaderClassName
 {
   color: #BB494C;
 }
 .AnyTagClassName
 {
   color: #BB494C;
 }
</style>
background-color css

<style>
 a { background-color: #BB494C; }

 a { background-color: rgb(187,73,76); }

 div.DivClassName
 {
   background-color: #BB494C;
 }
 .BgClassName
 {
   background-color: #BB494C;
 }
</style>
border-color css

<style>
 span { border-color: #BB494C; }

 span { border-color: rgb(187,73,76); }

 td.TdClassName
 {
   border-color: #BB494C;
 }
 .TagClassName
 {
   border-color: #BB494C;
 }
</style>