#BB5458

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

Shades of Mandy #BB5458

Tints of Mandy #BB5458

Color information

#BB5458 (or 0xBB5458) is unknown color: approx Mandy. HEX triplet: BB, 54 and 58. RGB value is (187,84,88). Sum of RGB (Red+Green+Blue) = 187+84+88=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5458 is #44ABA7. Grayscale: #737373. Windows color (decimal): -4500392 or 5788859. OLE color: 5788859.

HSL color Cylindrical-coordinate representation of color #BB5458: hue angle of 357.67º 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 #BB5458 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB1878488-
CMYK00.550.530.27
HSL357.67º43.1%53.14%-
HSV(B)357.67º55.08%73.33%-
XYZ25.4317.6111.29-
YUV115.25112.62179.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 88 (34.77% from 255) = 24.51%
R=52.09%
G=23.40%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187848800.550.530.27357.6743.153.14
HexBB5458037351B1662b35
Octal27312413006765335465365
Binary1011101110101001011000011011111010111011101100110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5458; }

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

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

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

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

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

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

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

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