Shades of Mandy #BF6468
Tints of Mandy #BF6468
RGB
CMYK
RGB Variations
Color information
#BF6468 (or 0xBF6468) is known color: Mandy. HEX triplet: BF, 64 and 68. RGB value is (191,100,104). Sum of RGB (Red+Green+Blue) = 191+100+104=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6468 is #409B97. Grayscale: #7F7F7F. Windows color (decimal): -4234136 or 6841535. OLE color: 6841535.
HSL color Cylindrical-coordinate representation of color #BF6468: hue angle of 357.36º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6468 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 104 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.25 |
| HSL | 357.36º | 0.42% | 0.57% | - |
| HSV(B) | 357.36º | 0.48% | 0.75% | - |
| XYZ | 28.54 | 21.19 | 15.68 | - |
| YUV | 127.67 | 114.65 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 104 | 0 | 0.48 | 0.46 | 0.25 | 357.36 | 0.42 | 0.57 |
| Hex | BF | 64 | 68 | 0 | 30 | 2E | 19 | 165 | 2A | 39 |
| Octal | 277 | 144 | 150 | 0 | 60 | 56 | 31 | 545 | 52 | 71 |
| Binary | 10111111 | 1100100 | 1101000 | 0 | 110000 | 101110 | 11001 | 101100101 | 101010 | 111001 |
Color Harmonies of #BF6468
Complementary color
Monochromatic Colors of #BF6468
Black with #BF6468
Text Example
Text Example
White with #BF6468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6468; }
p { color: rgb(191,100,104); }
H1.HeaderClassName
{
color: #BF6468;
}
.AnyTagClassName
{
color: #BF6468;
}
</style>
background-color css
<style>
a { background-color: #BF6468; }
a { background-color: rgb(191,100,104); }
div.DivClassName
{
background-color: #BF6468;
}
.BgClassName
{
background-color: #BF6468;
}
</style>
border-color css
<style>
span { border-color: #BF6468; }
span { border-color: rgb(191,100,104); }
td.TdClassName
{
border-color: #BF6468;
}
.TagClassName
{
border-color: #BF6468;
}
</style>