Shades of Mandy #BF6669
Tints of Mandy #BF6669
RGB
CMYK
RGB Variations
Color information
#BF6669 (or 0xBF6669) is known color: Mandy. HEX triplet: BF, 66 and 69. RGB value is (191,102,105). Sum of RGB (Red+Green+Blue) = 191+102+105=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6669 is #409996. Grayscale: #818181. Windows color (decimal): -4233623 or 6907583. OLE color: 6907583.
HSL color Cylindrical-coordinate representation of color #BF6669: hue angle of 357.98º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6669 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 105 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.25 |
| HSL | 357.98º | 0.41% | 0.57% | - |
| HSV(B) | 357.98º | 0.47% | 0.75% | - |
| XYZ | 28.79 | 21.6 | 16.02 | - |
| YUV | 128.95 | 114.49 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 105 | 0 | 0.47 | 0.45 | 0.25 | 357.98 | 0.41 | 0.57 |
| Hex | BF | 66 | 69 | 0 | 2F | 2D | 19 | 166 | 29 | 39 |
| Octal | 277 | 146 | 151 | 0 | 57 | 55 | 31 | 546 | 51 | 71 |
| Binary | 10111111 | 1100110 | 1101001 | 0 | 101111 | 101101 | 11001 | 101100110 | 101001 | 111001 |
Color Harmonies of #BF6669
Complementary color
Monochromatic Colors of #BF6669
Black with #BF6669
Text Example
Text Example
White with #BF6669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6669; }
p { color: rgb(191,102,105); }
H1.HeaderClassName
{
color: #BF6669;
}
.AnyTagClassName
{
color: #BF6669;
}
</style>
background-color css
<style>
a { background-color: #BF6669; }
a { background-color: rgb(191,102,105); }
div.DivClassName
{
background-color: #BF6669;
}
.BgClassName
{
background-color: #BF6669;
}
</style>
border-color css
<style>
span { border-color: #BF6669; }
span { border-color: rgb(191,102,105); }
td.TdClassName
{
border-color: #BF6669;
}
.TagClassName
{
border-color: #BF6669;
}
</style>