Shades of Mandy #BF6063
Tints of Mandy #BF6063
RGB
CMYK
RGB Variations
Color information
#BF6063 (or 0xBF6063) is known color: Mandy. HEX triplet: BF, 60 and 63. RGB value is (191,96,99). Sum of RGB (Red+Green+Blue) = 191+96+99=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6063 is #409F9C. Grayscale: #7C7C7C. Windows color (decimal): -4235165 or 6512831. OLE color: 6512831.
HSL color Cylindrical-coordinate representation of color #BF6063: hue angle of 358.11º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6063 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 99 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.25 |
| HSL | 358.11º | 0.43% | 0.56% | - |
| HSV(B) | 358.11º | 0.5% | 0.75% | - |
| XYZ | 27.92 | 20.34 | 14.26 | - |
| YUV | 124.75 | 113.47 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 99 | 0 | 0.50 | 0.48 | 0.25 | 358.11 | 0.43 | 0.56 |
| Hex | BF | 60 | 63 | 0 | 32 | 30 | 19 | 166 | 2B | 38 |
| Octal | 277 | 140 | 143 | 0 | 62 | 60 | 31 | 546 | 53 | 70 |
| Binary | 10111111 | 1100000 | 1100011 | 0 | 110010 | 110000 | 11001 | 101100110 | 101011 | 111000 |
Color Harmonies of #BF6063
Complementary color
Monochromatic Colors of #BF6063
Black with #BF6063
Text Example
Text Example
White with #BF6063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6063; }
p { color: rgb(191,96,99); }
H1.HeaderClassName
{
color: #BF6063;
}
.AnyTagClassName
{
color: #BF6063;
}
</style>
background-color css
<style>
a { background-color: #BF6063; }
a { background-color: rgb(191,96,99); }
div.DivClassName
{
background-color: #BF6063;
}
.BgClassName
{
background-color: #BF6063;
}
</style>
border-color css
<style>
span { border-color: #BF6063; }
span { border-color: rgb(191,96,99); }
td.TdClassName
{
border-color: #BF6063;
}
.TagClassName
{
border-color: #BF6063;
}
</style>