Shades of Silk #BFABA0
Tints of Silk #BFABA0
RGB
CMYK
RGB Variations
Color information
#BFABA0 (or 0xBFABA0) is known color: Silk. HEX triplet: BF, AB and A0. RGB value is (191,171,160). Sum of RGB (Red+Green+Blue) = 191+171+160=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFABA0 is #40545F. Grayscale: #AFAFAF. Windows color (decimal): -4215904 or 10529727. OLE color: 10529727.
HSL color Cylindrical-coordinate representation of color #BFABA0: hue angle of 21.29º 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 #BFABA0 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 160 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.25 |
| HSL | 21.29º | 0.19% | 0.69% | - |
| HSV(B) | 21.29º | 0.16% | 0.75% | - |
| XYZ | 42.39 | 42.74 | 39.27 | - |
| YUV | 175.73 | 119.13 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 160 | 0 | 0.10 | 0.16 | 0.25 | 21.29 | 0.19 | 0.69 |
| Hex | BF | AB | A0 | 0 | A | 10 | 19 | 15 | 13 | 45 |
| Octal | 277 | 253 | 240 | 0 | 12 | 20 | 31 | 25 | 23 | 105 |
| Binary | 10111111 | 10101011 | 10100000 | 0 | 1010 | 10000 | 11001 | 10101 | 10011 | 1000101 |
Color Harmonies of #BFABA0
Complementary color
Monochromatic Colors of #BFABA0
Black with #BFABA0
Text Example
Text Example
White with #BFABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABA0; }
p { color: rgb(191,171,160); }
H1.HeaderClassName
{
color: #BFABA0;
}
.AnyTagClassName
{
color: #BFABA0;
}
</style>
background-color css
<style>
a { background-color: #BFABA0; }
a { background-color: rgb(191,171,160); }
div.DivClassName
{
background-color: #BFABA0;
}
.BgClassName
{
background-color: #BFABA0;
}
</style>
border-color css
<style>
span { border-color: #BFABA0; }
span { border-color: rgb(191,171,160); }
td.TdClassName
{
border-color: #BFABA0;
}
.TagClassName
{
border-color: #BFABA0;
}
</style>