Shades of Silk #BAB0A3
Tints of Silk #BAB0A3
RGB
CMYK
RGB Variations
Color information
#BAB0A3 (or 0xBAB0A3) is known color: Silk. HEX triplet: BA, B0 and A3. RGB value is (186,176,163). Sum of RGB (Red+Green+Blue) = 186+176+163=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 163 (64.06% from 255 or 31.05% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB0A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB0A3 is #454F5C. Grayscale: #B1B1B1. Windows color (decimal): -4542301 or 10727610. OLE color: 10727610.
HSL color Cylindrical-coordinate representation of color #BAB0A3: hue angle of 33.91º 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 #BAB0A3 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 163 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.27 |
| HSL | 33.91º | 0.14% | 0.68% | - |
| HSV(B) | 33.91º | 0.12% | 0.73% | - |
| XYZ | 42.39 | 44.13 | 40.94 | - |
| YUV | 177.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 163 | 0 | 0.05 | 0.12 | 0.27 | 33.91 | 0.14 | 0.68 |
| Hex | BA | B0 | A3 | 0 | 5 | C | 1B | 22 | E | 44 |
| Octal | 272 | 260 | 243 | 0 | 5 | 14 | 33 | 42 | 16 | 104 |
| Binary | 10111010 | 10110000 | 10100011 | 0 | 101 | 1100 | 11011 | 100010 | 1110 | 1000100 |
Color Harmonies of #BAB0A3
Complementary color
Monochromatic Colors of #BAB0A3
Black with #BAB0A3
Text Example
Text Example
White with #BAB0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB0A3; }
p { color: rgb(186,176,163); }
H1.HeaderClassName
{
color: #BAB0A3;
}
.AnyTagClassName
{
color: #BAB0A3;
}
</style>
background-color css
<style>
a { background-color: #BAB0A3; }
a { background-color: rgb(186,176,163); }
div.DivClassName
{
background-color: #BAB0A3;
}
.BgClassName
{
background-color: #BAB0A3;
}
</style>
border-color css
<style>
span { border-color: #BAB0A3; }
span { border-color: rgb(186,176,163); }
td.TdClassName
{
border-color: #BAB0A3;
}
.TagClassName
{
border-color: #BAB0A3;
}
</style>