Shades of Silk #BFAB99
Tints of Silk #BFAB99
RGB
CMYK
RGB Variations
Color information
#BFAB99 (or 0xBFAB99) is known color: Silk. HEX triplet: BF, AB and 99. RGB value is (191,171,153). Sum of RGB (Red+Green+Blue) = 191+171+153=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB99 is #405466. Grayscale: #AFAFAF. Windows color (decimal): -4215911 or 10070975. OLE color: 10070975.
HSL color Cylindrical-coordinate representation of color #BFAB99: hue angle of 28.42º 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 #BFAB99 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 153 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.25 |
| HSL | 28.42º | 0.23% | 0.67% | - |
| HSV(B) | 28.42º | 0.2% | 0.75% | - |
| XYZ | 41.8 | 42.5 | 36.14 | - |
| YUV | 174.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 153 | 0 | 0.10 | 0.20 | 0.25 | 28.42 | 0.23 | 0.67 |
| Hex | BF | AB | 99 | 0 | A | 14 | 19 | 1C | 17 | 43 |
| Octal | 277 | 253 | 231 | 0 | 12 | 24 | 31 | 34 | 27 | 103 |
| Binary | 10111111 | 10101011 | 10011001 | 0 | 1010 | 10100 | 11001 | 11100 | 10111 | 1000011 |
Color Harmonies of #BFAB99
Complementary color
Monochromatic Colors of #BFAB99
Black with #BFAB99
Text Example
Text Example
White with #BFAB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB99; }
p { color: rgb(191,171,153); }
H1.HeaderClassName
{
color: #BFAB99;
}
.AnyTagClassName
{
color: #BFAB99;
}
</style>
background-color css
<style>
a { background-color: #BFAB99; }
a { background-color: rgb(191,171,153); }
div.DivClassName
{
background-color: #BFAB99;
}
.BgClassName
{
background-color: #BFAB99;
}
</style>
border-color css
<style>
span { border-color: #BFAB99; }
span { border-color: rgb(191,171,153); }
td.TdClassName
{
border-color: #BFAB99;
}
.TagClassName
{
border-color: #BFAB99;
}
</style>