Shades of Silk #B3AEAB
Tints of Silk #B3AEAB
RGB
CMYK
RGB Variations
Color information
#B3AEAB (or 0xB3AEAB) is known color: Silk. HEX triplet: B3, AE and AB. RGB value is (179,174,171). Sum of RGB (Red+Green+Blue) = 179+174+171=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AEAB is #4C5154. Grayscale: #AFAFAF. Windows color (decimal): -5001557 or 11251379. OLE color: 11251379.
HSL color Cylindrical-coordinate representation of color #B3AEAB: hue angle of 22.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B3AEAB is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 174 | 171 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.30 |
| HSL | 22.5º | 0.05% | 0.69% | - |
| HSV(B) | 22.5º | 0.04% | 0.7% | - |
| XYZ | 41.08 | 42.8 | 44.62 | - |
| YUV | 175.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 174 | 171 | 0 | 0.03 | 0.04 | 0.30 | 22.5 | 0.05 | 0.69 |
| Hex | B3 | AE | AB | 0 | 3 | 4 | 1E | 16 | 5 | 45 |
| Octal | 263 | 256 | 253 | 0 | 3 | 4 | 36 | 26 | 5 | 105 |
| Binary | 10110011 | 10101110 | 10101011 | 0 | 11 | 100 | 11110 | 10110 | 101 | 1000101 |
Color Harmonies of #B3AEAB
Complementary color
Monochromatic Colors of #B3AEAB
Black with #B3AEAB
Text Example
Text Example
White with #B3AEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AEAB; }
p { color: rgb(179,174,171); }
H1.HeaderClassName
{
color: #B3AEAB;
}
.AnyTagClassName
{
color: #B3AEAB;
}
</style>
background-color css
<style>
a { background-color: #B3AEAB; }
a { background-color: rgb(179,174,171); }
div.DivClassName
{
background-color: #B3AEAB;
}
.BgClassName
{
background-color: #B3AEAB;
}
</style>
border-color css
<style>
span { border-color: #B3AEAB; }
span { border-color: rgb(179,174,171); }
td.TdClassName
{
border-color: #B3AEAB;
}
.TagClassName
{
border-color: #B3AEAB;
}
</style>