Shades of Silk #B7AA9E
Tints of Silk #B7AA9E
RGB
CMYK
RGB Variations
Color information
#B7AA9E (or 0xB7AA9E) is known color: Silk. HEX triplet: B7, AA and 9E. RGB value is (183,170,158). Sum of RGB (Red+Green+Blue) = 183+170+158=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AA9E is #485561. Grayscale: #ACACAC. Windows color (decimal): -4740450 or 10398391. OLE color: 10398391.
HSL color Cylindrical-coordinate representation of color #B7AA9E: hue angle of 28.8º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7AA9E is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 158 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.28 |
| HSL | 28.8º | 0.15% | 0.67% | - |
| HSV(B) | 28.8º | 0.14% | 0.72% | - |
| XYZ | 40.07 | 41.29 | 38.2 | - |
| YUV | 172.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 158 | 0 | 0.07 | 0.14 | 0.28 | 28.8 | 0.15 | 0.67 |
| Hex | B7 | AA | 9E | 0 | 7 | E | 1C | 1D | F | 43 |
| Octal | 267 | 252 | 236 | 0 | 7 | 16 | 34 | 35 | 17 | 103 |
| Binary | 10110111 | 10101010 | 10011110 | 0 | 111 | 1110 | 11100 | 11101 | 1111 | 1000011 |
Color Harmonies of #B7AA9E
Complementary color
Monochromatic Colors of #B7AA9E
Black with #B7AA9E
Text Example
Text Example
White with #B7AA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AA9E; }
p { color: rgb(183,170,158); }
H1.HeaderClassName
{
color: #B7AA9E;
}
.AnyTagClassName
{
color: #B7AA9E;
}
</style>
background-color css
<style>
a { background-color: #B7AA9E; }
a { background-color: rgb(183,170,158); }
div.DivClassName
{
background-color: #B7AA9E;
}
.BgClassName
{
background-color: #B7AA9E;
}
</style>
border-color css
<style>
span { border-color: #B7AA9E; }
span { border-color: rgb(183,170,158); }
td.TdClassName
{
border-color: #B7AA9E;
}
.TagClassName
{
border-color: #B7AA9E;
}
</style>