Shades of Mandy #BF575D
Tints of Mandy #BF575D
RGB
CMYK
RGB Variations
Color information
#BF575D (or 0xBF575D) is known color: Mandy. HEX triplet: BF, 57 and 5D. RGB value is (191,87,93). Sum of RGB (Red+Green+Blue) = 191+87+93=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF575D is #40A8A2. Grayscale: #767676. Windows color (decimal): -4237475 or 6117311. OLE color: 6117311.
HSL color Cylindrical-coordinate representation of color #BF575D: hue angle of 356.54º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF575D is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 87 | 93 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.25 |
| HSL | 356.54º | 0.45% | 0.55% | - |
| HSV(B) | 356.54º | 0.54% | 0.75% | - |
| XYZ | 26.87 | 18.68 | 12.55 | - |
| YUV | 118.78 | 113.46 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 87 | 93 | 0 | 0.54 | 0.51 | 0.25 | 356.54 | 0.45 | 0.55 |
| Hex | BF | 57 | 5D | 0 | 36 | 33 | 19 | 165 | 2D | 37 |
| Octal | 277 | 127 | 135 | 0 | 66 | 63 | 31 | 545 | 55 | 67 |
| Binary | 10111111 | 1010111 | 1011101 | 0 | 110110 | 110011 | 11001 | 101100101 | 101101 | 110111 |
Color Harmonies of #BF575D
Complementary color
Monochromatic Colors of #BF575D
Black with #BF575D
Text Example
Text Example
White with #BF575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF575D; }
p { color: rgb(191,87,93); }
H1.HeaderClassName
{
color: #BF575D;
}
.AnyTagClassName
{
color: #BF575D;
}
</style>
background-color css
<style>
a { background-color: #BF575D; }
a { background-color: rgb(191,87,93); }
div.DivClassName
{
background-color: #BF575D;
}
.BgClassName
{
background-color: #BF575D;
}
</style>
border-color css
<style>
span { border-color: #BF575D; }
span { border-color: rgb(191,87,93); }
td.TdClassName
{
border-color: #BF575D;
}
.TagClassName
{
border-color: #BF575D;
}
</style>