Shades of Silk #BFB09F
Tints of Silk #BFB09F
RGB
CMYK
RGB Variations
Color information
#BFB09F (or 0xBFB09F) is known color: Silk. HEX triplet: BF, B0 and 9F. RGB value is (191,176,159). Sum of RGB (Red+Green+Blue) = 191+176+159=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB09F is #404F60. Grayscale: #B2B2B2. Windows color (decimal): -4214625 or 10465471. OLE color: 10465471.
HSL color Cylindrical-coordinate representation of color #BFB09F: hue angle of 31.88º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFB09F is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 159 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.25 |
| HSL | 31.88º | 0.2% | 0.69% | - |
| HSV(B) | 31.88º | 0.17% | 0.75% | - |
| XYZ | 43.27 | 44.63 | 39.13 | - |
| YUV | 178.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 159 | 0 | 0.08 | 0.17 | 0.25 | 31.88 | 0.2 | 0.69 |
| Hex | BF | B0 | 9F | 0 | 8 | 11 | 19 | 20 | 14 | 45 |
| Octal | 277 | 260 | 237 | 0 | 10 | 21 | 31 | 40 | 24 | 105 |
| Binary | 10111111 | 10110000 | 10011111 | 0 | 1000 | 10001 | 11001 | 100000 | 10100 | 1000101 |
Color Harmonies of #BFB09F
Complementary color
Monochromatic Colors of #BFB09F
Black with #BFB09F
Text Example
Text Example
White with #BFB09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB09F; }
p { color: rgb(191,176,159); }
H1.HeaderClassName
{
color: #BFB09F;
}
.AnyTagClassName
{
color: #BFB09F;
}
</style>
background-color css
<style>
a { background-color: #BFB09F; }
a { background-color: rgb(191,176,159); }
div.DivClassName
{
background-color: #BFB09F;
}
.BgClassName
{
background-color: #BFB09F;
}
</style>
border-color css
<style>
span { border-color: #BFB09F; }
span { border-color: rgb(191,176,159); }
td.TdClassName
{
border-color: #BFB09F;
}
.TagClassName
{
border-color: #BFB09F;
}
</style>