Shades of Silk #BFA993
Tints of Silk #BFA993
RGB
CMYK
RGB Variations
Color information
#BFA993 (or 0xBFA993) is known color: Silk. HEX triplet: BF, A9 and 93. RGB value is (191,169,147). Sum of RGB (Red+Green+Blue) = 191+169+147=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA993 is #40566C. Grayscale: #ADADAD. Windows color (decimal): -4216429 or 9677247. OLE color: 9677247.
HSL color Cylindrical-coordinate representation of color #BFA993: hue angle of 30º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFA993 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 169 | 147 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.25 |
| HSL | 30º | 0.26% | 0.66% | - |
| HSV(B) | 30º | 0.23% | 0.75% | - |
| XYZ | 40.94 | 41.56 | 33.47 | - |
| YUV | 173.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 169 | 147 | 0 | 0.12 | 0.23 | 0.25 | 30 | 0.26 | 0.66 |
| Hex | BF | A9 | 93 | 0 | C | 17 | 19 | 1E | 1A | 42 |
| Octal | 277 | 251 | 223 | 0 | 14 | 27 | 31 | 36 | 32 | 102 |
| Binary | 10111111 | 10101001 | 10010011 | 0 | 1100 | 10111 | 11001 | 11110 | 11010 | 1000010 |
Color Harmonies of #BFA993
Complementary color
Monochromatic Colors of #BFA993
Black with #BFA993
Text Example
Text Example
White with #BFA993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA993; }
p { color: rgb(191,169,147); }
H1.HeaderClassName
{
color: #BFA993;
}
.AnyTagClassName
{
color: #BFA993;
}
</style>
background-color css
<style>
a { background-color: #BFA993; }
a { background-color: rgb(191,169,147); }
div.DivClassName
{
background-color: #BFA993;
}
.BgClassName
{
background-color: #BFA993;
}
</style>
border-color css
<style>
span { border-color: #BFA993; }
span { border-color: rgb(191,169,147); }
td.TdClassName
{
border-color: #BFA993;
}
.TagClassName
{
border-color: #BFA993;
}
</style>