Shades of Silk #BFAA9D
Tints of Silk #BFAA9D
RGB
CMYK
RGB Variations
Color information
#BFAA9D (or 0xBFAA9D) is known color: Silk. HEX triplet: BF, AA and 9D. RGB value is (191,170,157). Sum of RGB (Red+Green+Blue) = 191+170+157=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAA9D is #405562. Grayscale: #AEAEAE. Windows color (decimal): -4216163 or 10332863. OLE color: 10332863.
HSL color Cylindrical-coordinate representation of color #BFAA9D: hue angle of 22.94º 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 #BFAA9D is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 157 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.25 |
| HSL | 22.94º | 0.21% | 0.68% | - |
| HSV(B) | 22.94º | 0.18% | 0.75% | - |
| XYZ | 41.95 | 42.26 | 37.84 | - |
| YUV | 174.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 157 | 0 | 0.11 | 0.18 | 0.25 | 22.94 | 0.21 | 0.68 |
| Hex | BF | AA | 9D | 0 | B | 12 | 19 | 17 | 15 | 44 |
| Octal | 277 | 252 | 235 | 0 | 13 | 22 | 31 | 27 | 25 | 104 |
| Binary | 10111111 | 10101010 | 10011101 | 0 | 1011 | 10010 | 11001 | 10111 | 10101 | 1000100 |
Color Harmonies of #BFAA9D
Complementary color
Monochromatic Colors of #BFAA9D
Black with #BFAA9D
Text Example
Text Example
White with #BFAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA9D; }
p { color: rgb(191,170,157); }
H1.HeaderClassName
{
color: #BFAA9D;
}
.AnyTagClassName
{
color: #BFAA9D;
}
</style>
background-color css
<style>
a { background-color: #BFAA9D; }
a { background-color: rgb(191,170,157); }
div.DivClassName
{
background-color: #BFAA9D;
}
.BgClassName
{
background-color: #BFAA9D;
}
</style>
border-color css
<style>
span { border-color: #BFAA9D; }
span { border-color: rgb(191,170,157); }
td.TdClassName
{
border-color: #BFAA9D;
}
.TagClassName
{
border-color: #BFAA9D;
}
</style>