Shades of Mandy #BF4A56
Tints of Mandy #BF4A56
RGB
CMYK
RGB Variations
Color information
#BF4A56 (or 0xBF4A56) is known color: Mandy. HEX triplet: BF, 4A and 56. RGB value is (191,74,86). Sum of RGB (Red+Green+Blue) = 191+74+86=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4A56 is #40B5A9. Grayscale: #6E6E6E. Windows color (decimal): -4240810 or 5655231. OLE color: 5655231.
HSL color Cylindrical-coordinate representation of color #BF4A56: hue angle of 353.85º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4A56 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 86 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.25 |
| HSL | 353.85º | 0.48% | 0.52% | - |
| HSV(B) | 353.85º | 0.61% | 0.75% | - |
| XYZ | 25.61 | 16.65 | 10.67 | - |
| YUV | 110.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 86 | 0 | 0.61 | 0.55 | 0.25 | 353.85 | 0.48 | 0.52 |
| Hex | BF | 4A | 56 | 0 | 3D | 37 | 19 | 162 | 30 | 34 |
| Octal | 277 | 112 | 126 | 0 | 75 | 67 | 31 | 542 | 60 | 64 |
| Binary | 10111111 | 1001010 | 1010110 | 0 | 111101 | 110111 | 11001 | 101100010 | 110000 | 110100 |
Color Harmonies of #BF4A56
Complementary color
Monochromatic Colors of #BF4A56
Black with #BF4A56
Text Example
Text Example
White with #BF4A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A56; }
p { color: rgb(191,74,86); }
H1.HeaderClassName
{
color: #BF4A56;
}
.AnyTagClassName
{
color: #BF4A56;
}
</style>
background-color css
<style>
a { background-color: #BF4A56; }
a { background-color: rgb(191,74,86); }
div.DivClassName
{
background-color: #BF4A56;
}
.BgClassName
{
background-color: #BF4A56;
}
</style>
border-color css
<style>
span { border-color: #BF4A56; }
span { border-color: rgb(191,74,86); }
td.TdClassName
{
border-color: #BF4A56;
}
.TagClassName
{
border-color: #BF4A56;
}
</style>