#bb5558

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

Shades of Mandy #BB5558

Tints of Mandy #BB5558

Color information

#BB5558 (or 0xBB5558) is unknown color: approx Mandy. HEX triplet: BB, 55 and 58. RGB value is (187,85,88). Sum of RGB (Red+Green+Blue) = 187+85+88=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5558 is #44AAA7. Grayscale: #737373. Windows color (decimal): -4500136 or 5789115. OLE color: 5789115.

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

Color convert

RGB1878588-
CMYK00.550.530.27
HSL358.24º42.86%53.33%-
HSV(B)358.24º54.55%73.33%-
XYZ25.517.7711.32-
YUV115.84112.29178.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.94%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 88 (34.77% from 255) = 24.44%
R=51.94%
G=23.61%
B=24.44%

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
Decimal187858800.550.530.27358.2442.8653.33
HexBB5558037351B1662b35
Octal27312513006765335465365
Binary1011101110101011011000011011111010111011101100110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb5558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb5558; }

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

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

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

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

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

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

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

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