#BB575C

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

Shades of Mandy #BB575C

Tints of Mandy #BB575C

Color information

#BB575C (or 0xBB575C) is unknown color: approx Mandy. HEX triplet: BB, 57 and 5C. RGB value is (187,87,92). Sum of RGB (Red+Green+Blue) = 187+87+92=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB575C is #44A8A3. Grayscale: #757575. Windows color (decimal): -4499620 or 6051771. OLE color: 6051771.

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

Color convert

RGB1878792-
CMYK00.530.510.27
HSL357º42.37%53.73%-
HSV(B)357º53.48%73.33%-
XYZ25.8318.1512.27-
YUV117.47113.63177.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.09%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 92 (36.33% from 255) = 25.14%
R=51.09%
G=23.77%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187879200.530.510.2735742.3753.73
HexBB575C035331B1652a36
Octal27312713406563335455266
Binary1011101110101111011100011010111001111011101100101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB575C; }

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

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

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

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

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

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

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

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