Shades of Silk #B5AAA3
Tints of Silk #B5AAA3
RGB
CMYK
RGB Variations
Color information
#B5AAA3 (or 0xB5AAA3) is known color: Silk. HEX triplet: B5, AA and A3. RGB value is (181,170,163). Sum of RGB (Red+Green+Blue) = 181+170+163=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AAA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AAA3 is #4A555C. Grayscale: #ACACAC. Windows color (decimal): -4871517 or 10726069. OLE color: 10726069.
HSL color Cylindrical-coordinate representation of color #B5AAA3: hue angle of 23.33º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5AAA3 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 170 | 163 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.29 |
| HSL | 23.33º | 0.11% | 0.67% | - |
| HSV(B) | 23.33º | 0.1% | 0.71% | - |
| XYZ | 40.04 | 41.22 | 40.5 | - |
| YUV | 172.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 170 | 163 | 0 | 0.06 | 0.10 | 0.29 | 23.33 | 0.11 | 0.67 |
| Hex | B5 | AA | A3 | 0 | 6 | A | 1D | 17 | B | 43 |
| Octal | 265 | 252 | 243 | 0 | 6 | 12 | 35 | 27 | 13 | 103 |
| Binary | 10110101 | 10101010 | 10100011 | 0 | 110 | 1010 | 11101 | 10111 | 1011 | 1000011 |
Color Harmonies of #B5AAA3
Complementary color
Monochromatic Colors of #B5AAA3
Black with #B5AAA3
Text Example
Text Example
White with #B5AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AAA3; }
p { color: rgb(181,170,163); }
H1.HeaderClassName
{
color: #B5AAA3;
}
.AnyTagClassName
{
color: #B5AAA3;
}
</style>
background-color css
<style>
a { background-color: #B5AAA3; }
a { background-color: rgb(181,170,163); }
div.DivClassName
{
background-color: #B5AAA3;
}
.BgClassName
{
background-color: #B5AAA3;
}
</style>
border-color css
<style>
span { border-color: #B5AAA3; }
span { border-color: rgb(181,170,163); }
td.TdClassName
{
border-color: #B5AAA3;
}
.TagClassName
{
border-color: #B5AAA3;
}
</style>