Shades of Silk #BFA99B
Tints of Silk #BFA99B
RGB
CMYK
RGB Variations
Color information
#BFA99B (or 0xBFA99B) is known color: Silk. HEX triplet: BF, A9 and 9B. RGB value is (191,169,155). Sum of RGB (Red+Green+Blue) = 191+169+155=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA99B is #405664. Grayscale: #AEAEAE. Windows color (decimal): -4216421 or 10201535. OLE color: 10201535.
HSL color Cylindrical-coordinate representation of color #BFA99B: hue angle of 23.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 #BFA99B is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 169 | 155 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.25 |
| HSL | 23.33º | 0.22% | 0.68% | - |
| HSV(B) | 23.33º | 0.19% | 0.75% | - |
| XYZ | 41.59 | 41.82 | 36.89 | - |
| YUV | 173.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 169 | 155 | 0 | 0.12 | 0.19 | 0.25 | 23.33 | 0.22 | 0.68 |
| Hex | BF | A9 | 9B | 0 | C | 13 | 19 | 17 | 16 | 44 |
| Octal | 277 | 251 | 233 | 0 | 14 | 23 | 31 | 27 | 26 | 104 |
| Binary | 10111111 | 10101001 | 10011011 | 0 | 1100 | 10011 | 11001 | 10111 | 10110 | 1000100 |
Color Harmonies of #BFA99B
Complementary color
Monochromatic Colors of #BFA99B
Black with #BFA99B
Text Example
Text Example
White with #BFA99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA99B; }
p { color: rgb(191,169,155); }
H1.HeaderClassName
{
color: #BFA99B;
}
.AnyTagClassName
{
color: #BFA99B;
}
</style>
background-color css
<style>
a { background-color: #BFA99B; }
a { background-color: rgb(191,169,155); }
div.DivClassName
{
background-color: #BFA99B;
}
.BgClassName
{
background-color: #BFA99B;
}
</style>
border-color css
<style>
span { border-color: #BFA99B; }
span { border-color: rgb(191,169,155); }
td.TdClassName
{
border-color: #BFA99B;
}
.TagClassName
{
border-color: #BFA99B;
}
</style>