Shades of Silk #BAAAA0
Tints of Silk #BAAAA0
RGB
CMYK
RGB Variations
Color information
#BAAAA0 (or 0xBAAAA0) is known color: Silk. HEX triplet: BA, AA and A0. RGB value is (186,170,160). Sum of RGB (Red+Green+Blue) = 186+170+160=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAAA0 is #45555F. Grayscale: #ADADAD. Windows color (decimal): -4543840 or 10529466. OLE color: 10529466.
HSL color Cylindrical-coordinate representation of color #BAAAA0: hue angle of 23.08º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAAAA0 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 170 | 160 | - |
CMYK | 0 | 0.09 | 0.14 | 0.27 |
HSL | 23.08º | 0.16% | 0.68% | - |
HSV(B) | 23.08º | 0.14% | 0.73% | - |
XYZ | 40.97 | 41.73 | 39.15 | - |
YUV | 173.64 | 120.3 | 136.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 170 | 160 | 0 | 0.09 | 0.14 | 0.27 | 23.08 | 0.16 | 0.68 |
Hex | BA | AA | A0 | 0 | 9 | E | 1B | 17 | 10 | 44 |
Octal | 272 | 252 | 240 | 0 | 11 | 16 | 33 | 27 | 20 | 104 |
Binary | 10111010 | 10101010 | 10100000 | 0 | 1001 | 1110 | 11011 | 10111 | 10000 | 1000100 |
Color Harmonies of #BAAAA0
Complementary color
Monochromatic Colors of #BAAAA0
Black with #BAAAA0
Text Example
Text Example
White with #BAAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAA0; }
p { color: rgb(186,170,160); }
H1.HeaderClassName
{
color: #BAAAA0;
}
.AnyTagClassName
{
color: #BAAAA0;
}
</style>
background-color css
<style>
a { background-color: #BAAAA0; }
a { background-color: rgb(186,170,160); }
div.DivClassName
{
background-color: #BAAAA0;
}
.BgClassName
{
background-color: #BAAAA0;
}
</style>
border-color css
<style>
span { border-color: #BAAAA0; }
span { border-color: rgb(186,170,160); }
td.TdClassName
{
border-color: #BAAAA0;
}
.TagClassName
{
border-color: #BAAAA0;
}
</style>