#BB5456

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

Shades of Mandy #BB5456

Tints of Mandy #BB5456

Color information

#BB5456 (or 0xBB5456) is unknown color: approx Mandy. HEX triplet: BB, 54 and 56. RGB value is (187,84,86). Sum of RGB (Red+Green+Blue) = 187+84+86=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5456 is #44ABA9. Grayscale: #737373. Windows color (decimal): -4500394 or 5657787. OLE color: 5657787.

HSL color Cylindrical-coordinate representation of color #BB5456: hue angle of 358.83º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5456 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB1878486-
CMYK00.550.540.27
HSL358.83º43.1%53.14%-
HSV(B)358.83º55.08%73.33%-
XYZ25.3417.5810.86-
YUV115.02111.62179.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.38%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 86 (33.98% from 255) = 24.09%
R=52.38%
G=23.53%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187848600.550.540.27358.8343.153.14
HexBB5456037361B1672b35
Octal27312412606766335475365
Binary1011101110101001010110011011111011011011101100111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5456; }

 p { color: rgb(187,84,86); }

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

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

 a { background-color: rgb(187,84,86); }

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

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

 span { border-color: rgb(187,84,86); }

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