#BB5056

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

Shades of Mandy #BB5056

Tints of Mandy #BB5056

Color information

#BB5056 (or 0xBB5056) is unknown color: approx Mandy. HEX triplet: BB, 50 and 56. RGB value is (187,80,86). Sum of RGB (Red+Green+Blue) = 187+80+86=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5056 is #44AFA9. Grayscale: #707070. Windows color (decimal): -4501418 or 5656763. OLE color: 5656763.

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

Color convert

RGB1878086-
CMYK00.570.540.27
HSL356.64º44.03%52.35%-
HSV(B)356.64º57.22%73.33%-
XYZ25.0416.9710.76-
YUV112.68112.95181.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.97%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 86 (33.98% from 255) = 24.36%
R=52.97%
G=22.66%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187808600.570.540.27356.6444.0352.35
HexBB5056039361B1652c34
Octal27312012607166335455464
Binary1011101110100001010110011100111011011011101100101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5056; }

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

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

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

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

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

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

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

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