#BB565D

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

Shades of Mandy #BB565D

Tints of Mandy #BB565D

Color information

#BB565D (or 0xBB565D) is unknown color: approx Mandy. HEX triplet: BB, 56 and 5D. RGB value is (187,86,93). Sum of RGB (Red+Green+Blue) = 187+86+93=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB565D is #44A9A2. Grayscale: #757575. Windows color (decimal): -4499875 or 6117051. OLE color: 6117051.

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

Color convert

RGB1878693-
CMYK00.540.500.27
HSL355.84º42.62%53.53%-
HSV(B)355.84º54.01%73.33%-
XYZ25.818.0112.47-
YUV117114.46177.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.09%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 93 (36.72% from 255) = 25.41%
R=51.09%
G=23.50%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187869300.540.500.27355.8442.6253.53
HexBB565D036321B1642b36
Octal27312613506662335445366
Binary1011101110101101011101011011011001011011101100100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB565D; }

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

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

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

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

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

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

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

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