Shades of Mandy #BF525C
Tints of Mandy #BF525C
RGB
CMYK
RGB Variations
Color information
#BF525C (or 0xBF525C) is known color: Mandy. HEX triplet: BF, 52 and 5C. RGB value is (191,82,92). Sum of RGB (Red+Green+Blue) = 191+82+92=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF525C is #40ADA3. Grayscale: #737373. Windows color (decimal): -4238756 or 6050495. OLE color: 6050495.
HSL color Cylindrical-coordinate representation of color #BF525C: hue angle of 354.5º 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 #BF525C is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 82 | 92 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.25 |
| HSL | 354.5º | 0.46% | 0.54% | - |
| HSV(B) | 354.5º | 0.57% | 0.75% | - |
| XYZ | 26.43 | 17.88 | 12.18 | - |
| YUV | 115.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 92 | 0 | 0.57 | 0.52 | 0.25 | 354.5 | 0.46 | 0.54 |
| Hex | BF | 52 | 5C | 0 | 39 | 34 | 19 | 162 | 2E | 36 |
| Octal | 277 | 122 | 134 | 0 | 71 | 64 | 31 | 542 | 56 | 66 |
| Binary | 10111111 | 1010010 | 1011100 | 0 | 111001 | 110100 | 11001 | 101100010 | 101110 | 110110 |
Color Harmonies of #BF525C
Complementary color
Monochromatic Colors of #BF525C
Black with #BF525C
Text Example
Text Example
White with #BF525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF525C; }
p { color: rgb(191,82,92); }
H1.HeaderClassName
{
color: #BF525C;
}
.AnyTagClassName
{
color: #BF525C;
}
</style>
background-color css
<style>
a { background-color: #BF525C; }
a { background-color: rgb(191,82,92); }
div.DivClassName
{
background-color: #BF525C;
}
.BgClassName
{
background-color: #BF525C;
}
</style>
border-color css
<style>
span { border-color: #BF525C; }
span { border-color: rgb(191,82,92); }
td.TdClassName
{
border-color: #BF525C;
}
.TagClassName
{
border-color: #BF525C;
}
</style>