Shades of Mandy #BF494C
Tints of Mandy #BF494C
RGB
CMYK
RGB Variations
Color information
#BF494C (or 0xBF494C) is known color: Mandy. HEX triplet: BF, 49 and 4C. RGB value is (191,73,76). Sum of RGB (Red+Green+Blue) = 191+73+76=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF494C is #40B6B3. Grayscale: #6C6C6C. Windows color (decimal): -4241076 or 4999615. OLE color: 4999615.
HSL color Cylindrical-coordinate representation of color #BF494C: hue angle of 358.47º 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 #BF494C is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 76 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.25 |
| HSL | 358.47º | 0.48% | 0.52% | - |
| HSV(B) | 358.47º | 0.62% | 0.75% | - |
| XYZ | 25.17 | 16.36 | 8.67 | - |
| YUV | 108.62 | 109.59 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 76 | 0 | 0.62 | 0.60 | 0.25 | 358.47 | 0.48 | 0.52 |
| Hex | BF | 49 | 4C | 0 | 3E | 3C | 19 | 166 | 30 | 34 |
| Octal | 277 | 111 | 114 | 0 | 76 | 74 | 31 | 546 | 60 | 64 |
| Binary | 10111111 | 1001001 | 1001100 | 0 | 111110 | 111100 | 11001 | 101100110 | 110000 | 110100 |
Color Harmonies of #BF494C
Complementary color
Monochromatic Colors of #BF494C
Black with #BF494C
Text Example
Text Example
White with #BF494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF494C; }
p { color: rgb(191,73,76); }
H1.HeaderClassName
{
color: #BF494C;
}
.AnyTagClassName
{
color: #BF494C;
}
</style>
background-color css
<style>
a { background-color: #BF494C; }
a { background-color: rgb(191,73,76); }
div.DivClassName
{
background-color: #BF494C;
}
.BgClassName
{
background-color: #BF494C;
}
</style>
border-color css
<style>
span { border-color: #BF494C; }
span { border-color: rgb(191,73,76); }
td.TdClassName
{
border-color: #BF494C;
}
.TagClassName
{
border-color: #BF494C;
}
</style>