Shades of Silk #BFAA9F
Tints of Silk #BFAA9F
RGB
CMYK
RGB Variations
Color information
#BFAA9F (or 0xBFAA9F) is known color: Silk. HEX triplet: BF, AA and 9F. RGB value is (191,170,159). Sum of RGB (Red+Green+Blue) = 191+170+159=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAA9F is #405560. Grayscale: #AFAFAF. Windows color (decimal): -4216161 or 10463935. OLE color: 10463935.
HSL color Cylindrical-coordinate representation of color #BFAA9F: hue angle of 20.62º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFAA9F is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 159 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.25 |
| HSL | 20.63º | 0.2% | 0.69% | - |
| HSV(B) | 20.63º | 0.17% | 0.75% | - |
| XYZ | 42.12 | 42.33 | 38.75 | - |
| YUV | 175.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 159 | 0 | 0.11 | 0.17 | 0.25 | 20.63 | 0.2 | 0.69 |
| Hex | BF | AA | 9F | 0 | B | 11 | 19 | 15 | 14 | 45 |
| Octal | 277 | 252 | 237 | 0 | 13 | 21 | 31 | 25 | 24 | 105 |
| Binary | 10111111 | 10101010 | 10011111 | 0 | 1011 | 10001 | 11001 | 10101 | 10100 | 1000101 |
Color Harmonies of #BFAA9F
Complementary color
Monochromatic Colors of #BFAA9F
Black with #BFAA9F
Text Example
Text Example
White with #BFAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA9F; }
p { color: rgb(191,170,159); }
H1.HeaderClassName
{
color: #BFAA9F;
}
.AnyTagClassName
{
color: #BFAA9F;
}
</style>
background-color css
<style>
a { background-color: #BFAA9F; }
a { background-color: rgb(191,170,159); }
div.DivClassName
{
background-color: #BFAA9F;
}
.BgClassName
{
background-color: #BFAA9F;
}
</style>
border-color css
<style>
span { border-color: #BFAA9F; }
span { border-color: rgb(191,170,159); }
td.TdClassName
{
border-color: #BFAA9F;
}
.TagClassName
{
border-color: #BFAA9F;
}
</style>