Shades of Silk #BFAB9C
Tints of Silk #BFAB9C
RGB
CMYK
RGB Variations
Color information
#BFAB9C (or 0xBFAB9C) is known color: Silk. HEX triplet: BF, AB and 9C. RGB value is (191,171,156). Sum of RGB (Red+Green+Blue) = 191+171+156=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB9C is #405463. Grayscale: #AFAFAF. Windows color (decimal): -4215908 or 10267583. OLE color: 10267583.
HSL color Cylindrical-coordinate representation of color #BFAB9C: hue angle of 25.71º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFAB9C is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 156 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.25 |
| HSL | 25.71º | 0.21% | 0.68% | - |
| HSV(B) | 25.71º | 0.18% | 0.75% | - |
| XYZ | 42.05 | 42.6 | 37.46 | - |
| YUV | 175.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 156 | 0 | 0.10 | 0.18 | 0.25 | 25.71 | 0.21 | 0.68 |
| Hex | BF | AB | 9C | 0 | A | 12 | 19 | 1A | 15 | 44 |
| Octal | 277 | 253 | 234 | 0 | 12 | 22 | 31 | 32 | 25 | 104 |
| Binary | 10111111 | 10101011 | 10011100 | 0 | 1010 | 10010 | 11001 | 11010 | 10101 | 1000100 |
Color Harmonies of #BFAB9C
Complementary color
Monochromatic Colors of #BFAB9C
Black with #BFAB9C
Text Example
Text Example
White with #BFAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB9C; }
p { color: rgb(191,171,156); }
H1.HeaderClassName
{
color: #BFAB9C;
}
.AnyTagClassName
{
color: #BFAB9C;
}
</style>
background-color css
<style>
a { background-color: #BFAB9C; }
a { background-color: rgb(191,171,156); }
div.DivClassName
{
background-color: #BFAB9C;
}
.BgClassName
{
background-color: #BFAB9C;
}
</style>
border-color css
<style>
span { border-color: #BFAB9C; }
span { border-color: rgb(191,171,156); }
td.TdClassName
{
border-color: #BFAB9C;
}
.TagClassName
{
border-color: #BFAB9C;
}
</style>