Shades of Mandy #BF4956
Tints of Mandy #BF4956
RGB
CMYK
RGB Variations
Color information
#BF4956 (or 0xBF4956) is known color: Mandy. HEX triplet: BF, 49 and 56. RGB value is (191,73,86). Sum of RGB (Red+Green+Blue) = 191+73+86=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4956 is #40B6A9. Grayscale: #6D6D6D. Windows color (decimal): -4241066 or 5654975. OLE color: 5654975.
HSL color Cylindrical-coordinate representation of color #BF4956: hue angle of 353.39º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF4956 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 86 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.25 |
| HSL | 353.39º | 0.48% | 0.52% | - |
| HSV(B) | 353.39º | 0.62% | 0.75% | - |
| XYZ | 25.55 | 16.51 | 10.64 | - |
| YUV | 109.76 | 114.59 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 86 | 0 | 0.62 | 0.55 | 0.25 | 353.39 | 0.48 | 0.52 |
| Hex | BF | 49 | 56 | 0 | 3E | 37 | 19 | 161 | 30 | 34 |
| Octal | 277 | 111 | 126 | 0 | 76 | 67 | 31 | 541 | 60 | 64 |
| Binary | 10111111 | 1001001 | 1010110 | 0 | 111110 | 110111 | 11001 | 101100001 | 110000 | 110100 |
Color Harmonies of #BF4956
Complementary color
Monochromatic Colors of #BF4956
Black with #BF4956
Text Example
Text Example
White with #BF4956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4956; }
p { color: rgb(191,73,86); }
H1.HeaderClassName
{
color: #BF4956;
}
.AnyTagClassName
{
color: #BF4956;
}
</style>
background-color css
<style>
a { background-color: #BF4956; }
a { background-color: rgb(191,73,86); }
div.DivClassName
{
background-color: #BF4956;
}
.BgClassName
{
background-color: #BF4956;
}
</style>
border-color css
<style>
span { border-color: #BF4956; }
span { border-color: rgb(191,73,86); }
td.TdClassName
{
border-color: #BF4956;
}
.TagClassName
{
border-color: #BF4956;
}
</style>