Shades of Silk #BAA493
Tints of Silk #BAA493
RGB
CMYK
RGB Variations
Color information
#BAA493 (or 0xBAA493) is known color: Silk. HEX triplet: BA, A4 and 93. RGB value is (186,164,147). Sum of RGB (Red+Green+Blue) = 186+164+147=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA493 is #455B6C. Grayscale: #A8A8A8. Windows color (decimal): -4545389 or 9675962. OLE color: 9675962.
HSL color Cylindrical-coordinate representation of color #BAA493: hue angle of 26.15º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAA493 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 147 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.27 |
| HSL | 26.15º | 0.22% | 0.65% | - |
| HSV(B) | 26.15º | 0.21% | 0.73% | - |
| XYZ | 38.79 | 39.1 | 33.11 | - |
| YUV | 168.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 147 | 0 | 0.12 | 0.21 | 0.27 | 26.15 | 0.22 | 0.65 |
| Hex | BA | A4 | 93 | 0 | C | 15 | 1B | 1A | 16 | 41 |
| Octal | 272 | 244 | 223 | 0 | 14 | 25 | 33 | 32 | 26 | 101 |
| Binary | 10111010 | 10100100 | 10010011 | 0 | 1100 | 10101 | 11011 | 11010 | 10110 | 1000001 |
Color Harmonies of #BAA493
Complementary color
Monochromatic Colors of #BAA493
Black with #BAA493
Text Example
Text Example
White with #BAA493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA493; }
p { color: rgb(186,164,147); }
H1.HeaderClassName
{
color: #BAA493;
}
.AnyTagClassName
{
color: #BAA493;
}
</style>
background-color css
<style>
a { background-color: #BAA493; }
a { background-color: rgb(186,164,147); }
div.DivClassName
{
background-color: #BAA493;
}
.BgClassName
{
background-color: #BAA493;
}
</style>
border-color css
<style>
span { border-color: #BAA493; }
span { border-color: rgb(186,164,147); }
td.TdClassName
{
border-color: #BAA493;
}
.TagClassName
{
border-color: #BAA493;
}
</style>