Shades of Silk #BAA798
Tints of Silk #BAA798
RGB
CMYK
RGB Variations
Color information
#BAA798 (or 0xBAA798) is known color: Silk. HEX triplet: BA, A7 and 98. RGB value is (186,167,152). Sum of RGB (Red+Green+Blue) = 186+167+152=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA798 is #455867. Grayscale: #ABABAB. Windows color (decimal): -4544616 or 10004410. OLE color: 10004410.
HSL color Cylindrical-coordinate representation of color #BAA798: hue angle of 26.47º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAA798 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 167 | 152 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.27 |
| HSL | 26.47º | 0.2% | 0.66% | - |
| HSV(B) | 26.47º | 0.18% | 0.73% | - |
| XYZ | 39.74 | 40.34 | 35.4 | - |
| YUV | 170.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 152 | 0 | 0.10 | 0.18 | 0.27 | 26.47 | 0.2 | 0.66 |
| Hex | BA | A7 | 98 | 0 | A | 12 | 1B | 1A | 14 | 42 |
| Octal | 272 | 247 | 230 | 0 | 12 | 22 | 33 | 32 | 24 | 102 |
| Binary | 10111010 | 10100111 | 10011000 | 0 | 1010 | 10010 | 11011 | 11010 | 10100 | 1000010 |
Color Harmonies of #BAA798
Complementary color
Monochromatic Colors of #BAA798
Black with #BAA798
Text Example
Text Example
White with #BAA798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA798; }
p { color: rgb(186,167,152); }
H1.HeaderClassName
{
color: #BAA798;
}
.AnyTagClassName
{
color: #BAA798;
}
</style>
background-color css
<style>
a { background-color: #BAA798; }
a { background-color: rgb(186,167,152); }
div.DivClassName
{
background-color: #BAA798;
}
.BgClassName
{
background-color: #BAA798;
}
</style>
border-color css
<style>
span { border-color: #BAA798; }
span { border-color: rgb(186,167,152); }
td.TdClassName
{
border-color: #BAA798;
}
.TagClassName
{
border-color: #BAA798;
}
</style>