Shades of Silk #BFAB98
Tints of Silk #BFAB98
RGB
CMYK
RGB Variations
Color information
#BFAB98 (or 0xBFAB98) is known color: Silk. HEX triplet: BF, AB and 98. RGB value is (191,171,152). Sum of RGB (Red+Green+Blue) = 191+171+152=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB98 is #405467. Grayscale: #AEAEAE. Windows color (decimal): -4215912 or 10005439. OLE color: 10005439.
HSL color Cylindrical-coordinate representation of color #BFAB98: hue angle of 29.23º 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 #BFAB98 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 152 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.25 |
| HSL | 29.23º | 0.23% | 0.67% | - |
| HSV(B) | 29.23º | 0.2% | 0.75% | - |
| XYZ | 41.72 | 42.47 | 35.7 | - |
| YUV | 174.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 152 | 0 | 0.10 | 0.20 | 0.25 | 29.23 | 0.23 | 0.67 |
| Hex | BF | AB | 98 | 0 | A | 14 | 19 | 1D | 17 | 43 |
| Octal | 277 | 253 | 230 | 0 | 12 | 24 | 31 | 35 | 27 | 103 |
| Binary | 10111111 | 10101011 | 10011000 | 0 | 1010 | 10100 | 11001 | 11101 | 10111 | 1000011 |
Color Harmonies of #BFAB98
Complementary color
Monochromatic Colors of #BFAB98
Black with #BFAB98
Text Example
Text Example
White with #BFAB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB98; }
p { color: rgb(191,171,152); }
H1.HeaderClassName
{
color: #BFAB98;
}
.AnyTagClassName
{
color: #BFAB98;
}
</style>
background-color css
<style>
a { background-color: #BFAB98; }
a { background-color: rgb(191,171,152); }
div.DivClassName
{
background-color: #BFAB98;
}
.BgClassName
{
background-color: #BFAB98;
}
</style>
border-color css
<style>
span { border-color: #BFAB98; }
span { border-color: rgb(191,171,152); }
td.TdClassName
{
border-color: #BFAB98;
}
.TagClassName
{
border-color: #BFAB98;
}
</style>