Shades of Silk #BFAA99
Tints of Silk #BFAA99
RGB
CMYK
RGB Variations
Color information
#BFAA99 (or 0xBFAA99) is known color: Silk. HEX triplet: BF, AA and 99. RGB value is (191,170,153). Sum of RGB (Red+Green+Blue) = 191+170+153=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAA99 is #405566. Grayscale: #AEAEAE. Windows color (decimal): -4216167 or 10070719. OLE color: 10070719.
HSL color Cylindrical-coordinate representation of color #BFAA99: hue angle of 26.84º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFAA99 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 153 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.25 |
| HSL | 26.84º | 0.23% | 0.67% | - |
| HSV(B) | 26.84º | 0.2% | 0.75% | - |
| XYZ | 41.61 | 42.13 | 36.07 | - |
| YUV | 174.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 153 | 0 | 0.11 | 0.20 | 0.25 | 26.84 | 0.23 | 0.67 |
| Hex | BF | AA | 99 | 0 | B | 14 | 19 | 1B | 17 | 43 |
| Octal | 277 | 252 | 231 | 0 | 13 | 24 | 31 | 33 | 27 | 103 |
| Binary | 10111111 | 10101010 | 10011001 | 0 | 1011 | 10100 | 11001 | 11011 | 10111 | 1000011 |
Color Harmonies of #BFAA99
Complementary color
Monochromatic Colors of #BFAA99
Black with #BFAA99
Text Example
Text Example
White with #BFAA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA99; }
p { color: rgb(191,170,153); }
H1.HeaderClassName
{
color: #BFAA99;
}
.AnyTagClassName
{
color: #BFAA99;
}
</style>
background-color css
<style>
a { background-color: #BFAA99; }
a { background-color: rgb(191,170,153); }
div.DivClassName
{
background-color: #BFAA99;
}
.BgClassName
{
background-color: #BFAA99;
}
</style>
border-color css
<style>
span { border-color: #BFAA99; }
span { border-color: rgb(191,170,153); }
td.TdClassName
{
border-color: #BFAA99;
}
.TagClassName
{
border-color: #BFAA99;
}
</style>