Shades of Silk #BFACA0
Tints of Silk #BFACA0
RGB
CMYK
RGB Variations
Color information
#BFACA0 (or 0xBFACA0) is known color: Silk. HEX triplet: BF, AC and A0. RGB value is (191,172,160). Sum of RGB (Red+Green+Blue) = 191+172+160=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BFACA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFACA0 is #40535F. Grayscale: #B0B0B0. Windows color (decimal): -4215648 or 10529983. OLE color: 10529983.
HSL color Cylindrical-coordinate representation of color #BFACA0: hue angle of 23.23º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFACA0 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 160 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.25 |
| HSL | 23.23º | 0.19% | 0.69% | - |
| HSV(B) | 23.23º | 0.16% | 0.75% | - |
| XYZ | 42.58 | 43.12 | 39.34 | - |
| YUV | 176.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 160 | 0 | 0.10 | 0.16 | 0.25 | 23.23 | 0.19 | 0.69 |
| Hex | BF | AC | A0 | 0 | A | 10 | 19 | 17 | 13 | 45 |
| Octal | 277 | 254 | 240 | 0 | 12 | 20 | 31 | 27 | 23 | 105 |
| Binary | 10111111 | 10101100 | 10100000 | 0 | 1010 | 10000 | 11001 | 10111 | 10011 | 1000101 |
Color Harmonies of #BFACA0
Complementary color
Monochromatic Colors of #BFACA0
Black with #BFACA0
Text Example
Text Example
White with #BFACA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACA0; }
p { color: rgb(191,172,160); }
H1.HeaderClassName
{
color: #BFACA0;
}
.AnyTagClassName
{
color: #BFACA0;
}
</style>
background-color css
<style>
a { background-color: #BFACA0; }
a { background-color: rgb(191,172,160); }
div.DivClassName
{
background-color: #BFACA0;
}
.BgClassName
{
background-color: #BFACA0;
}
</style>
border-color css
<style>
span { border-color: #BFACA0; }
span { border-color: rgb(191,172,160); }
td.TdClassName
{
border-color: #BFACA0;
}
.TagClassName
{
border-color: #BFACA0;
}
</style>