Shades of Silk #BFA89A
Tints of Silk #BFA89A
RGB
CMYK
RGB Variations
Color information
#BFA89A (or 0xBFA89A) is known color: Silk. HEX triplet: BF, A8 and 9A. RGB value is (191,168,154). Sum of RGB (Red+Green+Blue) = 191+168+154=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA89A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA89A is #405765. Grayscale: #ADADAD. Windows color (decimal): -4216678 or 10135743. OLE color: 10135743.
HSL color Cylindrical-coordinate representation of color #BFA89A: hue angle of 22.7º 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 #BFA89A is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 154 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.25 |
| HSL | 22.7º | 0.22% | 0.68% | - |
| HSV(B) | 22.7º | 0.19% | 0.75% | - |
| XYZ | 41.32 | 41.41 | 36.39 | - |
| YUV | 173.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 154 | 0 | 0.12 | 0.19 | 0.25 | 22.7 | 0.22 | 0.68 |
| Hex | BF | A8 | 9A | 0 | C | 13 | 19 | 17 | 16 | 44 |
| Octal | 277 | 250 | 232 | 0 | 14 | 23 | 31 | 27 | 26 | 104 |
| Binary | 10111111 | 10101000 | 10011010 | 0 | 1100 | 10011 | 11001 | 10111 | 10110 | 1000100 |
Color Harmonies of #BFA89A
Complementary color
Monochromatic Colors of #BFA89A
Black with #BFA89A
Text Example
Text Example
White with #BFA89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA89A; }
p { color: rgb(191,168,154); }
H1.HeaderClassName
{
color: #BFA89A;
}
.AnyTagClassName
{
color: #BFA89A;
}
</style>
background-color css
<style>
a { background-color: #BFA89A; }
a { background-color: rgb(191,168,154); }
div.DivClassName
{
background-color: #BFA89A;
}
.BgClassName
{
background-color: #BFA89A;
}
</style>
border-color css
<style>
span { border-color: #BFA89A; }
span { border-color: rgb(191,168,154); }
td.TdClassName
{
border-color: #BFA89A;
}
.TagClassName
{
border-color: #BFA89A;
}
</style>