#BB5659

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

Shades of Mandy #BB5659

Tints of Mandy #BB5659

Color information

#BB5659 (or 0xBB5659) is unknown color: approx Mandy. HEX triplet: BB, 56 and 59. RGB value is (187,86,89). Sum of RGB (Red+Green+Blue) = 187+86+89=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5659 is #44A9A6. Grayscale: #747474. Windows color (decimal): -4499879 or 5854907. OLE color: 5854907.

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

Color convert

RGB1878689-
CMYK00.540.520.27
HSL358.22º42.62%53.53%-
HSV(B)358.22º54.01%73.33%-
XYZ25.6217.9411.56-
YUV116.54112.46178.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.66%
GREEN value IS 86 (33.98% from 255) = 23.76%
BLUE value IS 89 (35.16% from 255) = 24.59%
R=51.66%
G=23.76%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187868900.540.520.27358.2242.6253.53
HexBB5659036341B1662b36
Octal27312613106664335465366
Binary1011101110101101011001011011011010011011101100110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5659; }

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

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

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

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

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

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

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

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