Shades of Silk #BFB0A5
Tints of Silk #BFB0A5
RGB
CMYK
RGB Variations
Color information
#BFB0A5 (or 0xBFB0A5) is known color: Silk. HEX triplet: BF, B0 and A5. RGB value is (191,176,165). Sum of RGB (Red+Green+Blue) = 191+176+165=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB0A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB0A5 is #404F5A. Grayscale: #B3B3B3. Windows color (decimal): -4214619 or 10858687. OLE color: 10858687.
HSL color Cylindrical-coordinate representation of color #BFB0A5: hue angle of 25.38º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFB0A5 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 165 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.25 |
| HSL | 25.38º | 0.17% | 0.7% | - |
| HSV(B) | 25.38º | 0.14% | 0.75% | - |
| XYZ | 43.8 | 44.84 | 41.94 | - |
| YUV | 179.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 165 | 0 | 0.08 | 0.14 | 0.25 | 25.38 | 0.17 | 0.7 |
| Hex | BF | B0 | A5 | 0 | 8 | E | 19 | 19 | 11 | 46 |
| Octal | 277 | 260 | 245 | 0 | 10 | 16 | 31 | 31 | 21 | 106 |
| Binary | 10111111 | 10110000 | 10100101 | 0 | 1000 | 1110 | 11001 | 11001 | 10001 | 1000110 |
Color Harmonies of #BFB0A5
Complementary color
Monochromatic Colors of #BFB0A5
Black with #BFB0A5
Text Example
Text Example
White with #BFB0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0A5; }
p { color: rgb(191,176,165); }
H1.HeaderClassName
{
color: #BFB0A5;
}
.AnyTagClassName
{
color: #BFB0A5;
}
</style>
background-color css
<style>
a { background-color: #BFB0A5; }
a { background-color: rgb(191,176,165); }
div.DivClassName
{
background-color: #BFB0A5;
}
.BgClassName
{
background-color: #BFB0A5;
}
</style>
border-color css
<style>
span { border-color: #BFB0A5; }
span { border-color: rgb(191,176,165); }
td.TdClassName
{
border-color: #BFB0A5;
}
.TagClassName
{
border-color: #BFB0A5;
}
</style>