Shades of Silk #BAACA3
Tints of Silk #BAACA3
RGB
CMYK
RGB Variations
Color information
#BAACA3 (or 0xBAACA3) is known color: Silk. HEX triplet: BA, AC and A3. RGB value is (186,172,163). Sum of RGB (Red+Green+Blue) = 186+172+163=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BAACA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAACA3 is #45535C. Grayscale: #AFAFAF. Windows color (decimal): -4543325 or 10726586. OLE color: 10726586.
HSL color Cylindrical-coordinate representation of color #BAACA3: hue angle of 23.48º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAACA3 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 163 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.27 |
| HSL | 23.48º | 0.14% | 0.68% | - |
| HSV(B) | 23.48º | 0.12% | 0.73% | - |
| XYZ | 41.61 | 42.59 | 40.68 | - |
| YUV | 175.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 163 | 0 | 0.08 | 0.12 | 0.27 | 23.48 | 0.14 | 0.68 |
| Hex | BA | AC | A3 | 0 | 8 | C | 1B | 17 | E | 44 |
| Octal | 272 | 254 | 243 | 0 | 10 | 14 | 33 | 27 | 16 | 104 |
| Binary | 10111010 | 10101100 | 10100011 | 0 | 1000 | 1100 | 11011 | 10111 | 1110 | 1000100 |
Color Harmonies of #BAACA3
Complementary color
Monochromatic Colors of #BAACA3
Black with #BAACA3
Text Example
Text Example
White with #BAACA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACA3; }
p { color: rgb(186,172,163); }
H1.HeaderClassName
{
color: #BAACA3;
}
.AnyTagClassName
{
color: #BAACA3;
}
</style>
background-color css
<style>
a { background-color: #BAACA3; }
a { background-color: rgb(186,172,163); }
div.DivClassName
{
background-color: #BAACA3;
}
.BgClassName
{
background-color: #BAACA3;
}
</style>
border-color css
<style>
span { border-color: #BAACA3; }
span { border-color: rgb(186,172,163); }
td.TdClassName
{
border-color: #BAACA3;
}
.TagClassName
{
border-color: #BAACA3;
}
</style>