Shades of Silk #BAA89E
Tints of Silk #BAA89E
RGB
CMYK
RGB Variations
Color information
#BAA89E (or 0xBAA89E) is known color: Silk. HEX triplet: BA, A8 and 9E. RGB value is (186,168,158). Sum of RGB (Red+Green+Blue) = 186+168+158=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA89E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA89E is #455761. Grayscale: #ACACAC. Windows color (decimal): -4544354 or 10397882. OLE color: 10397882.
HSL color Cylindrical-coordinate representation of color #BAA89E: hue angle of 21.43º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAA89E is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 158 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.27 |
| HSL | 21.43º | 0.17% | 0.67% | - |
| HSV(B) | 21.43º | 0.15% | 0.73% | - |
| XYZ | 40.42 | 40.91 | 38.11 | - |
| YUV | 172.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 158 | 0 | 0.10 | 0.15 | 0.27 | 21.43 | 0.17 | 0.67 |
| Hex | BA | A8 | 9E | 0 | A | F | 1B | 15 | 11 | 43 |
| Octal | 272 | 250 | 236 | 0 | 12 | 17 | 33 | 25 | 21 | 103 |
| Binary | 10111010 | 10101000 | 10011110 | 0 | 1010 | 1111 | 11011 | 10101 | 10001 | 1000011 |
Color Harmonies of #BAA89E
Complementary color
Monochromatic Colors of #BAA89E
Black with #BAA89E
Text Example
Text Example
White with #BAA89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA89E; }
p { color: rgb(186,168,158); }
H1.HeaderClassName
{
color: #BAA89E;
}
.AnyTagClassName
{
color: #BAA89E;
}
</style>
background-color css
<style>
a { background-color: #BAA89E; }
a { background-color: rgb(186,168,158); }
div.DivClassName
{
background-color: #BAA89E;
}
.BgClassName
{
background-color: #BAA89E;
}
</style>
border-color css
<style>
span { border-color: #BAA89E; }
span { border-color: rgb(186,168,158); }
td.TdClassName
{
border-color: #BAA89E;
}
.TagClassName
{
border-color: #BAA89E;
}
</style>