#BB5059

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

Shades of Mandy #BB5059

Tints of Mandy #BB5059

Color information

#BB5059 (or 0xBB5059) is unknown color: approx Mandy. HEX triplet: BB, 50 and 59. RGB value is (187,80,89). Sum of RGB (Red+Green+Blue) = 187+80+89=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5059 is #44AFA6. Grayscale: #717171. Windows color (decimal): -4501415 or 5853371. OLE color: 5853371.

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

Color convert

RGB1878089-
CMYK00.570.520.27
HSL354.95º44.03%52.35%-
HSV(B)354.95º57.22%73.33%-
XYZ25.1717.0211.41-
YUV113.02114.45180.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.53%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 89 (35.16% from 255) = 25%
R=52.53%
G=22.47%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187808900.570.520.27354.9544.0352.35
HexBB5059039341B1632c34
Octal27312013107164335435464
Binary1011101110100001011001011100111010011011101100011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5059; }

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

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

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

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

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

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

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

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