Shades of Mandy #BF525E
Tints of Mandy #BF525E
RGB
CMYK
RGB Variations
Color information
#BF525E (or 0xBF525E) is known color: Mandy. HEX triplet: BF, 52 and 5E. RGB value is (191,82,94). Sum of RGB (Red+Green+Blue) = 191+82+94=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF525E is #40ADA1. Grayscale: #747474. Windows color (decimal): -4238754 or 6181567. OLE color: 6181567.
HSL color Cylindrical-coordinate representation of color #BF525E: hue angle of 353.39º 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 #BF525E is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 82 | 94 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.25 |
| HSL | 353.39º | 0.46% | 0.54% | - |
| HSV(B) | 353.39º | 0.57% | 0.75% | - |
| XYZ | 26.52 | 17.92 | 12.65 | - |
| YUV | 115.96 | 115.61 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 94 | 0 | 0.57 | 0.51 | 0.25 | 353.39 | 0.46 | 0.54 |
| Hex | BF | 52 | 5E | 0 | 39 | 33 | 19 | 161 | 2E | 36 |
| Octal | 277 | 122 | 136 | 0 | 71 | 63 | 31 | 541 | 56 | 66 |
| Binary | 10111111 | 1010010 | 1011110 | 0 | 111001 | 110011 | 11001 | 101100001 | 101110 | 110110 |
Color Harmonies of #BF525E
Complementary color
Monochromatic Colors of #BF525E
Black with #BF525E
Text Example
Text Example
White with #BF525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF525E; }
p { color: rgb(191,82,94); }
H1.HeaderClassName
{
color: #BF525E;
}
.AnyTagClassName
{
color: #BF525E;
}
</style>
background-color css
<style>
a { background-color: #BF525E; }
a { background-color: rgb(191,82,94); }
div.DivClassName
{
background-color: #BF525E;
}
.BgClassName
{
background-color: #BF525E;
}
</style>
border-color css
<style>
span { border-color: #BF525E; }
span { border-color: rgb(191,82,94); }
td.TdClassName
{
border-color: #BF525E;
}
.TagClassName
{
border-color: #BF525E;
}
</style>