Shades of Silk #B4ADA6
Tints of Silk #B4ADA6
RGB
CMYK
RGB Variations
Color information
#B4ADA6 (or 0xB4ADA6) is known color: Silk. HEX triplet: B4, AD and A6. RGB value is (180,173,166). Sum of RGB (Red+Green+Blue) = 180+173+166=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ADA6 is #4B5259. Grayscale: #AEAEAE. Windows color (decimal): -4936282 or 10923444. OLE color: 10923444.
HSL color Cylindrical-coordinate representation of color #B4ADA6: hue angle of 30º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B4ADA6 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 173 | 166 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.29 |
| HSL | 30º | 0.09% | 0.68% | - |
| HSV(B) | 30º | 0.08% | 0.71% | - |
| XYZ | 40.65 | 42.34 | 42.11 | - |
| YUV | 174.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 166 | 0 | 0.04 | 0.08 | 0.29 | 30 | 0.09 | 0.68 |
| Hex | B4 | AD | A6 | 0 | 4 | 8 | 1D | 1E | 9 | 44 |
| Octal | 264 | 255 | 246 | 0 | 4 | 10 | 35 | 36 | 11 | 104 |
| Binary | 10110100 | 10101101 | 10100110 | 0 | 100 | 1000 | 11101 | 11110 | 1001 | 1000100 |
Color Harmonies of #B4ADA6
Complementary color
Monochromatic Colors of #B4ADA6
Black with #B4ADA6
Text Example
Text Example
White with #B4ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ADA6; }
p { color: rgb(180,173,166); }
H1.HeaderClassName
{
color: #B4ADA6;
}
.AnyTagClassName
{
color: #B4ADA6;
}
</style>
background-color css
<style>
a { background-color: #B4ADA6; }
a { background-color: rgb(180,173,166); }
div.DivClassName
{
background-color: #B4ADA6;
}
.BgClassName
{
background-color: #B4ADA6;
}
</style>
border-color css
<style>
span { border-color: #B4ADA6; }
span { border-color: rgb(180,173,166); }
td.TdClassName
{
border-color: #B4ADA6;
}
.TagClassName
{
border-color: #B4ADA6;
}
</style>