Shades of Silk #BFAB9E
Tints of Silk #BFAB9E
RGB
CMYK
RGB Variations
Color information
#BFAB9E (or 0xBFAB9E) is known color: Silk. HEX triplet: BF, AB and 9E. RGB value is (191,171,158). Sum of RGB (Red+Green+Blue) = 191+171+158=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB9E is #405461. Grayscale: #AFAFAF. Windows color (decimal): -4215906 or 10398655. OLE color: 10398655.
HSL color Cylindrical-coordinate representation of color #BFAB9E: hue angle of 23.64º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFAB9E is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 158 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.25 |
| HSL | 23.64º | 0.2% | 0.68% | - |
| HSV(B) | 23.64º | 0.17% | 0.75% | - |
| XYZ | 42.22 | 42.67 | 38.36 | - |
| YUV | 175.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 158 | 0 | 0.10 | 0.17 | 0.25 | 23.64 | 0.2 | 0.68 |
| Hex | BF | AB | 9E | 0 | A | 11 | 19 | 18 | 14 | 44 |
| Octal | 277 | 253 | 236 | 0 | 12 | 21 | 31 | 30 | 24 | 104 |
| Binary | 10111111 | 10101011 | 10011110 | 0 | 1010 | 10001 | 11001 | 11000 | 10100 | 1000100 |
Color Harmonies of #BFAB9E
Complementary color
Monochromatic Colors of #BFAB9E
Black with #BFAB9E
Text Example
Text Example
White with #BFAB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB9E; }
p { color: rgb(191,171,158); }
H1.HeaderClassName
{
color: #BFAB9E;
}
.AnyTagClassName
{
color: #BFAB9E;
}
</style>
background-color css
<style>
a { background-color: #BFAB9E; }
a { background-color: rgb(191,171,158); }
div.DivClassName
{
background-color: #BFAB9E;
}
.BgClassName
{
background-color: #BFAB9E;
}
</style>
border-color css
<style>
span { border-color: #BFAB9E; }
span { border-color: rgb(191,171,158); }
td.TdClassName
{
border-color: #BFAB9E;
}
.TagClassName
{
border-color: #BFAB9E;
}
</style>