#BB575D

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

Shades of Mandy #BB575D

Tints of Mandy #BB575D

Color information

#BB575D (or 0xBB575D) is unknown color: approx Mandy. HEX triplet: BB, 57 and 5D. RGB value is (187,87,93). Sum of RGB (Red+Green+Blue) = 187+87+93=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB575D is #44A8A2. Grayscale: #757575. Windows color (decimal): -4499619 or 6117307. OLE color: 6117307.

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

Color convert

RGB1878793-
CMYK00.530.500.27
HSL356.4º42.37%53.73%-
HSV(B)356.4º53.48%73.33%-
XYZ25.8818.1712.5-
YUV117.58114.13177.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.95%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 93 (36.72% from 255) = 25.34%
R=50.95%
G=23.71%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187879300.530.500.27356.442.3753.73
HexBB575D035321B1642a36
Octal27312713506562335445266
Binary1011101110101111011101011010111001011011101100100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB575D; }

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

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

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

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

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

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

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

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