Shades of Silk #BAAB9B
Tints of Silk #BAAB9B
RGB
CMYK
RGB Variations
Color information
#BAAB9B (or 0xBAAB9B) is known color: Silk. HEX triplet: BA, AB and 9B. RGB value is (186,171,155). Sum of RGB (Red+Green+Blue) = 186+171+155=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB9B is #455464. Grayscale: #ADADAD. Windows color (decimal): -4543589 or 10202042. OLE color: 10202042.
HSL color Cylindrical-coordinate representation of color #BAAB9B: hue angle of 30.97º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAAB9B is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 155 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.27 |
| HSL | 30.97º | 0.18% | 0.67% | - |
| HSV(B) | 30.97º | 0.17% | 0.73% | - |
| XYZ | 40.73 | 41.93 | 36.96 | - |
| YUV | 173.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 155 | 0 | 0.08 | 0.17 | 0.27 | 30.97 | 0.18 | 0.67 |
| Hex | BA | AB | 9B | 0 | 8 | 11 | 1B | 1F | 12 | 43 |
| Octal | 272 | 253 | 233 | 0 | 10 | 21 | 33 | 37 | 22 | 103 |
| Binary | 10111010 | 10101011 | 10011011 | 0 | 1000 | 10001 | 11011 | 11111 | 10010 | 1000011 |
Color Harmonies of #BAAB9B
Complementary color
Monochromatic Colors of #BAAB9B
Black with #BAAB9B
Text Example
Text Example
White with #BAAB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB9B; }
p { color: rgb(186,171,155); }
H1.HeaderClassName
{
color: #BAAB9B;
}
.AnyTagClassName
{
color: #BAAB9B;
}
</style>
background-color css
<style>
a { background-color: #BAAB9B; }
a { background-color: rgb(186,171,155); }
div.DivClassName
{
background-color: #BAAB9B;
}
.BgClassName
{
background-color: #BAAB9B;
}
</style>
border-color css
<style>
span { border-color: #BAAB9B; }
span { border-color: rgb(186,171,155); }
td.TdClassName
{
border-color: #BAAB9B;
}
.TagClassName
{
border-color: #BAAB9B;
}
</style>