Shades of Mandy #BF535D
Tints of Mandy #BF535D
RGB
CMYK
RGB Variations
Color information
#BF535D (or 0xBF535D) is known color: Mandy. HEX triplet: BF, 53 and 5D. RGB value is (191,83,93). Sum of RGB (Red+Green+Blue) = 191+83+93=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF535D is #40ACA2. Grayscale: #747474. Windows color (decimal): -4238499 or 6116287. OLE color: 6116287.
HSL color Cylindrical-coordinate representation of color #BF535D: hue angle of 354.44º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF535D is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 93 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.25 |
| HSL | 354.44º | 0.46% | 0.54% | - |
| HSV(B) | 354.44º | 0.57% | 0.75% | - |
| XYZ | 26.55 | 18.05 | 12.44 | - |
| YUV | 116.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 93 | 0 | 0.57 | 0.51 | 0.25 | 354.44 | 0.46 | 0.54 |
| Hex | BF | 53 | 5D | 0 | 39 | 33 | 19 | 162 | 2E | 36 |
| Octal | 277 | 123 | 135 | 0 | 71 | 63 | 31 | 542 | 56 | 66 |
| Binary | 10111111 | 1010011 | 1011101 | 0 | 111001 | 110011 | 11001 | 101100010 | 101110 | 110110 |
Color Harmonies of #BF535D
Complementary color
Monochromatic Colors of #BF535D
Black with #BF535D
Text Example
Text Example
White with #BF535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF535D; }
p { color: rgb(191,83,93); }
H1.HeaderClassName
{
color: #BF535D;
}
.AnyTagClassName
{
color: #BF535D;
}
</style>
background-color css
<style>
a { background-color: #BF535D; }
a { background-color: rgb(191,83,93); }
div.DivClassName
{
background-color: #BF535D;
}
.BgClassName
{
background-color: #BF535D;
}
</style>
border-color css
<style>
span { border-color: #BF535D; }
span { border-color: rgb(191,83,93); }
td.TdClassName
{
border-color: #BF535D;
}
.TagClassName
{
border-color: #BF535D;
}
</style>