Shades of Mandy #BF535B
Tints of Mandy #BF535B
RGB
CMYK
RGB Variations
Color information
#BF535B (or 0xBF535B) is known color: Mandy. HEX triplet: BF, 53 and 5B. RGB value is (191,83,91). Sum of RGB (Red+Green+Blue) = 191+83+91=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF535B is #40ACA4. Grayscale: #747474. Windows color (decimal): -4238501 or 5985215. OLE color: 5985215.
HSL color Cylindrical-coordinate representation of color #BF535B: hue angle of 355.56º 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 #BF535B is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 91 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.25 |
| HSL | 355.56º | 0.46% | 0.54% | - |
| HSV(B) | 355.56º | 0.57% | 0.75% | - |
| XYZ | 26.47 | 18.02 | 11.98 | - |
| YUV | 116.2 | 113.78 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 91 | 0 | 0.57 | 0.52 | 0.25 | 355.56 | 0.46 | 0.54 |
| Hex | BF | 53 | 5B | 0 | 39 | 34 | 19 | 164 | 2E | 36 |
| Octal | 277 | 123 | 133 | 0 | 71 | 64 | 31 | 544 | 56 | 66 |
| Binary | 10111111 | 1010011 | 1011011 | 0 | 111001 | 110100 | 11001 | 101100100 | 101110 | 110110 |
Color Harmonies of #BF535B
Complementary color
Monochromatic Colors of #BF535B
Black with #BF535B
Text Example
Text Example
White with #BF535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF535B; }
p { color: rgb(191,83,91); }
H1.HeaderClassName
{
color: #BF535B;
}
.AnyTagClassName
{
color: #BF535B;
}
</style>
background-color css
<style>
a { background-color: #BF535B; }
a { background-color: rgb(191,83,91); }
div.DivClassName
{
background-color: #BF535B;
}
.BgClassName
{
background-color: #BF535B;
}
</style>
border-color css
<style>
span { border-color: #BF535B; }
span { border-color: rgb(191,83,91); }
td.TdClassName
{
border-color: #BF535B;
}
.TagClassName
{
border-color: #BF535B;
}
</style>