Shades of Mandy #BF4C57
Tints of Mandy #BF4C57
RGB
CMYK
RGB Variations
Color information
#BF4C57 (or 0xBF4C57) is known color: Mandy. HEX triplet: BF, 4C and 57. RGB value is (191,76,87). Sum of RGB (Red+Green+Blue) = 191+76+87=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4C57 is #40B3A8. Grayscale: #6F6F6F. Windows color (decimal): -4240297 or 5721279. OLE color: 5721279.
HSL color Cylindrical-coordinate representation of color #BF4C57: hue angle of 354.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4C57 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 87 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.25 |
| HSL | 354.26º | 0.47% | 0.52% | - |
| HSV(B) | 354.26º | 0.6% | 0.75% | - |
| XYZ | 25.79 | 16.93 | 10.93 | - |
| YUV | 111.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 87 | 0 | 0.60 | 0.54 | 0.25 | 354.26 | 0.47 | 0.52 |
| Hex | BF | 4C | 57 | 0 | 3C | 36 | 19 | 162 | 2F | 34 |
| Octal | 277 | 114 | 127 | 0 | 74 | 66 | 31 | 542 | 57 | 64 |
| Binary | 10111111 | 1001100 | 1010111 | 0 | 111100 | 110110 | 11001 | 101100010 | 101111 | 110100 |
Color Harmonies of #BF4C57
Complementary color
Monochromatic Colors of #BF4C57
Black with #BF4C57
Text Example
Text Example
White with #BF4C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4C57; }
p { color: rgb(191,76,87); }
H1.HeaderClassName
{
color: #BF4C57;
}
.AnyTagClassName
{
color: #BF4C57;
}
</style>
background-color css
<style>
a { background-color: #BF4C57; }
a { background-color: rgb(191,76,87); }
div.DivClassName
{
background-color: #BF4C57;
}
.BgClassName
{
background-color: #BF4C57;
}
</style>
border-color css
<style>
span { border-color: #BF4C57; }
span { border-color: rgb(191,76,87); }
td.TdClassName
{
border-color: #BF4C57;
}
.TagClassName
{
border-color: #BF4C57;
}
</style>