Shades of Mandy #BF535A
Tints of Mandy #BF535A
RGB
CMYK
RGB Variations
Color information
#BF535A (or 0xBF535A) is known color: Mandy. HEX triplet: BF, 53 and 5A. RGB value is (191,83,90). Sum of RGB (Red+Green+Blue) = 191+83+90=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF535A is #40ACA5. Grayscale: #747474. Windows color (decimal): -4238502 or 5919679. OLE color: 5919679.
HSL color Cylindrical-coordinate representation of color #BF535A: hue angle of 356.11º 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 #BF535A is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 90 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.25 |
| HSL | 356.11º | 0.46% | 0.54% | - |
| HSV(B) | 356.11º | 0.57% | 0.75% | - |
| XYZ | 26.42 | 18 | 11.75 | - |
| YUV | 116.09 | 113.28 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 90 | 0 | 0.57 | 0.53 | 0.25 | 356.11 | 0.46 | 0.54 |
| Hex | BF | 53 | 5A | 0 | 39 | 35 | 19 | 164 | 2E | 36 |
| Octal | 277 | 123 | 132 | 0 | 71 | 65 | 31 | 544 | 56 | 66 |
| Binary | 10111111 | 1010011 | 1011010 | 0 | 111001 | 110101 | 11001 | 101100100 | 101110 | 110110 |
Color Harmonies of #BF535A
Complementary color
Monochromatic Colors of #BF535A
Black with #BF535A
Text Example
Text Example
White with #BF535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF535A; }
p { color: rgb(191,83,90); }
H1.HeaderClassName
{
color: #BF535A;
}
.AnyTagClassName
{
color: #BF535A;
}
</style>
background-color css
<style>
a { background-color: #BF535A; }
a { background-color: rgb(191,83,90); }
div.DivClassName
{
background-color: #BF535A;
}
.BgClassName
{
background-color: #BF535A;
}
</style>
border-color css
<style>
span { border-color: #BF535A; }
span { border-color: rgb(191,83,90); }
td.TdClassName
{
border-color: #BF535A;
}
.TagClassName
{
border-color: #BF535A;
}
</style>