Shades of Mandy #BF6366
Tints of Mandy #BF6366
RGB
CMYK
RGB Variations
Color information
#BF6366 (or 0xBF6366) is known color: Mandy. HEX triplet: BF, 63 and 66. RGB value is (191,99,102). Sum of RGB (Red+Green+Blue) = 191+99+102=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6366 is #409C99. Grayscale: #7E7E7E. Windows color (decimal): -4234394 or 6710207. OLE color: 6710207.
HSL color Cylindrical-coordinate representation of color #BF6366: hue angle of 358.04º 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 #BF6366 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 99 | 102 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.25 |
| HSL | 358.04º | 0.42% | 0.57% | - |
| HSV(B) | 358.04º | 0.48% | 0.75% | - |
| XYZ | 28.35 | 20.96 | 15.12 | - |
| YUV | 126.85 | 113.98 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 102 | 0 | 0.48 | 0.47 | 0.25 | 358.04 | 0.42 | 0.57 |
| Hex | BF | 63 | 66 | 0 | 30 | 2F | 19 | 166 | 2A | 39 |
| Octal | 277 | 143 | 146 | 0 | 60 | 57 | 31 | 546 | 52 | 71 |
| Binary | 10111111 | 1100011 | 1100110 | 0 | 110000 | 101111 | 11001 | 101100110 | 101010 | 111001 |
Color Harmonies of #BF6366
Complementary color
Monochromatic Colors of #BF6366
Black with #BF6366
Text Example
Text Example
White with #BF6366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6366; }
p { color: rgb(191,99,102); }
H1.HeaderClassName
{
color: #BF6366;
}
.AnyTagClassName
{
color: #BF6366;
}
</style>
background-color css
<style>
a { background-color: #BF6366; }
a { background-color: rgb(191,99,102); }
div.DivClassName
{
background-color: #BF6366;
}
.BgClassName
{
background-color: #BF6366;
}
</style>
border-color css
<style>
span { border-color: #BF6366; }
span { border-color: rgb(191,99,102); }
td.TdClassName
{
border-color: #BF6366;
}
.TagClassName
{
border-color: #BF6366;
}
</style>