Shades of Mandy #BF4456
Tints of Mandy #BF4456
RGB
CMYK
RGB Variations
Color information
#BF4456 (or 0xBF4456) is known color: Mandy. HEX triplet: BF, 44 and 56. RGB value is (191,68,86). Sum of RGB (Red+Green+Blue) = 191+68+86=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4456 is #40BBA9. Grayscale: #6A6A6A. Windows color (decimal): -4242346 or 5653695. OLE color: 5653695.
HSL color Cylindrical-coordinate representation of color #BF4456: hue angle of 351.22º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4456 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 86 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.25 |
| HSL | 351.22º | 0.49% | 0.51% | - |
| HSV(B) | 351.22º | 0.64% | 0.75% | - |
| XYZ | 25.23 | 15.88 | 10.54 | - |
| YUV | 106.83 | 116.25 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 86 | 0 | 0.64 | 0.55 | 0.25 | 351.22 | 0.49 | 0.51 |
| Hex | BF | 44 | 56 | 0 | 40 | 37 | 19 | 15F | 31 | 33 |
| Octal | 277 | 104 | 126 | 0 | 100 | 67 | 31 | 537 | 61 | 63 |
| Binary | 10111111 | 1000100 | 1010110 | 0 | 1000000 | 110111 | 11001 | 101011111 | 110001 | 110011 |
Color Harmonies of #BF4456
Complementary color
Monochromatic Colors of #BF4456
Black with #BF4456
Text Example
Text Example
White with #BF4456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4456; }
p { color: rgb(191,68,86); }
H1.HeaderClassName
{
color: #BF4456;
}
.AnyTagClassName
{
color: #BF4456;
}
</style>
background-color css
<style>
a { background-color: #BF4456; }
a { background-color: rgb(191,68,86); }
div.DivClassName
{
background-color: #BF4456;
}
.BgClassName
{
background-color: #BF4456;
}
</style>
border-color css
<style>
span { border-color: #BF4456; }
span { border-color: rgb(191,68,86); }
td.TdClassName
{
border-color: #BF4456;
}
.TagClassName
{
border-color: #BF4456;
}
</style>