Shades of Silk #BFAC9B
Tints of Silk #BFAC9B
RGB
CMYK
RGB Variations
Color information
#BFAC9B (or 0xBFAC9B) is known color: Silk. HEX triplet: BF, AC and 9B. RGB value is (191,172,155). Sum of RGB (Red+Green+Blue) = 191+172+155=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC9B is #405364. Grayscale: #AFAFAF. Windows color (decimal): -4215653 or 10202303. OLE color: 10202303.
HSL color Cylindrical-coordinate representation of color #BFAC9B: hue angle of 28.33º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFAC9B is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 155 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.25 |
| HSL | 28.33º | 0.22% | 0.68% | - |
| HSV(B) | 28.33º | 0.19% | 0.75% | - |
| XYZ | 42.15 | 42.95 | 37.08 | - |
| YUV | 175.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 155 | 0 | 0.10 | 0.19 | 0.25 | 28.33 | 0.22 | 0.68 |
| Hex | BF | AC | 9B | 0 | A | 13 | 19 | 1C | 16 | 44 |
| Octal | 277 | 254 | 233 | 0 | 12 | 23 | 31 | 34 | 26 | 104 |
| Binary | 10111111 | 10101100 | 10011011 | 0 | 1010 | 10011 | 11001 | 11100 | 10110 | 1000100 |
Color Harmonies of #BFAC9B
Complementary color
Monochromatic Colors of #BFAC9B
Black with #BFAC9B
Text Example
Text Example
White with #BFAC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC9B; }
p { color: rgb(191,172,155); }
H1.HeaderClassName
{
color: #BFAC9B;
}
.AnyTagClassName
{
color: #BFAC9B;
}
</style>
background-color css
<style>
a { background-color: #BFAC9B; }
a { background-color: rgb(191,172,155); }
div.DivClassName
{
background-color: #BFAC9B;
}
.BgClassName
{
background-color: #BFAC9B;
}
</style>
border-color css
<style>
span { border-color: #BFAC9B; }
span { border-color: rgb(191,172,155); }
td.TdClassName
{
border-color: #BFAC9B;
}
.TagClassName
{
border-color: #BFAC9B;
}
</style>