Shades of Mandy #BF4C51
Tints of Mandy #BF4C51
RGB
CMYK
RGB Variations
Color information
#BF4C51 (or 0xBF4C51) is known color: Mandy. HEX triplet: BF, 4C and 51. RGB value is (191,76,81). Sum of RGB (Red+Green+Blue) = 191+76+81=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4C51 is #40B3AE. Grayscale: #6F6F6F. Windows color (decimal): -4240303 or 5328063. OLE color: 5328063.
HSL color Cylindrical-coordinate representation of color #BF4C51: hue angle of 357.39º 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 #BF4C51 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 81 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.25 |
| HSL | 357.39º | 0.47% | 0.52% | - |
| HSV(B) | 357.39º | 0.6% | 0.75% | - |
| XYZ | 25.56 | 16.84 | 9.69 | - |
| YUV | 110.96 | 111.1 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 81 | 0 | 0.60 | 0.58 | 0.25 | 357.39 | 0.47 | 0.52 |
| Hex | BF | 4C | 51 | 0 | 3C | 3A | 19 | 165 | 2F | 34 |
| Octal | 277 | 114 | 121 | 0 | 74 | 72 | 31 | 545 | 57 | 64 |
| Binary | 10111111 | 1001100 | 1010001 | 0 | 111100 | 111010 | 11001 | 101100101 | 101111 | 110100 |
Color Harmonies of #BF4C51
Complementary color
Monochromatic Colors of #BF4C51
Black with #BF4C51
Text Example
Text Example
White with #BF4C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4C51; }
p { color: rgb(191,76,81); }
H1.HeaderClassName
{
color: #BF4C51;
}
.AnyTagClassName
{
color: #BF4C51;
}
</style>
background-color css
<style>
a { background-color: #BF4C51; }
a { background-color: rgb(191,76,81); }
div.DivClassName
{
background-color: #BF4C51;
}
.BgClassName
{
background-color: #BF4C51;
}
</style>
border-color css
<style>
span { border-color: #BF4C51; }
span { border-color: rgb(191,76,81); }
td.TdClassName
{
border-color: #BF4C51;
}
.TagClassName
{
border-color: #BF4C51;
}
</style>