Shades of Silk #B6ABA2
Tints of Silk #B6ABA2
RGB
CMYK
RGB Variations
Color information
#B6ABA2 (or 0xB6ABA2) is known color: Silk. HEX triplet: B6, AB and A2. RGB value is (182,171,162). Sum of RGB (Red+Green+Blue) = 182+171+162=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ABA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ABA2 is #49545D. Grayscale: #ADADAD. Windows color (decimal): -4805726 or 10660790. OLE color: 10660790.
HSL color Cylindrical-coordinate representation of color #B6ABA2: hue angle of 27º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6ABA2 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 171 | 162 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.29 |
| HSL | 27º | 0.12% | 0.67% | - |
| HSV(B) | 27º | 0.11% | 0.71% | - |
| XYZ | 40.38 | 41.68 | 40.1 | - |
| YUV | 173.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 171 | 162 | 0 | 0.06 | 0.11 | 0.29 | 27 | 0.12 | 0.67 |
| Hex | B6 | AB | A2 | 0 | 6 | B | 1D | 1B | C | 43 |
| Octal | 266 | 253 | 242 | 0 | 6 | 13 | 35 | 33 | 14 | 103 |
| Binary | 10110110 | 10101011 | 10100010 | 0 | 110 | 1011 | 11101 | 11011 | 1100 | 1000011 |
Color Harmonies of #B6ABA2
Complementary color
Monochromatic Colors of #B6ABA2
Black with #B6ABA2
Text Example
Text Example
White with #B6ABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ABA2; }
p { color: rgb(182,171,162); }
H1.HeaderClassName
{
color: #B6ABA2;
}
.AnyTagClassName
{
color: #B6ABA2;
}
</style>
background-color css
<style>
a { background-color: #B6ABA2; }
a { background-color: rgb(182,171,162); }
div.DivClassName
{
background-color: #B6ABA2;
}
.BgClassName
{
background-color: #B6ABA2;
}
</style>
border-color css
<style>
span { border-color: #B6ABA2; }
span { border-color: rgb(182,171,162); }
td.TdClassName
{
border-color: #B6ABA2;
}
.TagClassName
{
border-color: #B6ABA2;
}
</style>