Shades of Silk #BFAC99
Tints of Silk #BFAC99
RGB
CMYK
RGB Variations
Color information
#BFAC99 (or 0xBFAC99) is known color: Silk. HEX triplet: BF, AC and 99. RGB value is (191,172,153). Sum of RGB (Red+Green+Blue) = 191+172+153=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC99 is #405366. Grayscale: #AFAFAF. Windows color (decimal): -4215655 or 10071231. OLE color: 10071231.
HSL color Cylindrical-coordinate representation of color #BFAC99: hue angle of 30º 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 #BFAC99 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 153 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.25 |
| HSL | 30º | 0.23% | 0.67% | - |
| HSV(B) | 30º | 0.2% | 0.75% | - |
| XYZ | 41.99 | 42.88 | 36.2 | - |
| YUV | 175.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 153 | 0 | 0.10 | 0.20 | 0.25 | 30 | 0.23 | 0.67 |
| Hex | BF | AC | 99 | 0 | A | 14 | 19 | 1E | 17 | 43 |
| Octal | 277 | 254 | 231 | 0 | 12 | 24 | 31 | 36 | 27 | 103 |
| Binary | 10111111 | 10101100 | 10011001 | 0 | 1010 | 10100 | 11001 | 11110 | 10111 | 1000011 |
Color Harmonies of #BFAC99
Complementary color
Monochromatic Colors of #BFAC99
Black with #BFAC99
Text Example
Text Example
White with #BFAC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC99; }
p { color: rgb(191,172,153); }
H1.HeaderClassName
{
color: #BFAC99;
}
.AnyTagClassName
{
color: #BFAC99;
}
</style>
background-color css
<style>
a { background-color: #BFAC99; }
a { background-color: rgb(191,172,153); }
div.DivClassName
{
background-color: #BFAC99;
}
.BgClassName
{
background-color: #BFAC99;
}
</style>
border-color css
<style>
span { border-color: #BFAC99; }
span { border-color: rgb(191,172,153); }
td.TdClassName
{
border-color: #BFAC99;
}
.TagClassName
{
border-color: #BFAC99;
}
</style>