Shades of Mandy #BF525A
Tints of Mandy #BF525A
RGB
CMYK
RGB Variations
Color information
#BF525A (or 0xBF525A) is known color: Mandy. HEX triplet: BF, 52 and 5A. RGB value is (191,82,90). Sum of RGB (Red+Green+Blue) = 191+82+90=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF525A is #40ADA5. Grayscale: #737373. Windows color (decimal): -4238758 or 5919423. OLE color: 5919423.
HSL color Cylindrical-coordinate representation of color #BF525A: hue angle of 355.6º 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 #BF525A is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 82 | 90 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.25 |
| HSL | 355.6º | 0.46% | 0.54% | - |
| HSV(B) | 355.6º | 0.57% | 0.75% | - |
| XYZ | 26.35 | 17.85 | 11.73 | - |
| YUV | 115.5 | 113.61 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 90 | 0 | 0.57 | 0.53 | 0.25 | 355.6 | 0.46 | 0.54 |
| Hex | BF | 52 | 5A | 0 | 39 | 35 | 19 | 164 | 2E | 36 |
| Octal | 277 | 122 | 132 | 0 | 71 | 65 | 31 | 544 | 56 | 66 |
| Binary | 10111111 | 1010010 | 1011010 | 0 | 111001 | 110101 | 11001 | 101100100 | 101110 | 110110 |
Color Harmonies of #BF525A
Complementary color
Monochromatic Colors of #BF525A
Black with #BF525A
Text Example
Text Example
White with #BF525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF525A; }
p { color: rgb(191,82,90); }
H1.HeaderClassName
{
color: #BF525A;
}
.AnyTagClassName
{
color: #BF525A;
}
</style>
background-color css
<style>
a { background-color: #BF525A; }
a { background-color: rgb(191,82,90); }
div.DivClassName
{
background-color: #BF525A;
}
.BgClassName
{
background-color: #BF525A;
}
</style>
border-color css
<style>
span { border-color: #BF525A; }
span { border-color: rgb(191,82,90); }
td.TdClassName
{
border-color: #BF525A;
}
.TagClassName
{
border-color: #BF525A;
}
</style>