Shades of Silk #B0AAA5
Tints of Silk #B0AAA5
RGB
CMYK
RGB Variations
Color information
#B0AAA5 (or 0xB0AAA5) is known color: Silk. HEX triplet: B0, AA and A5. RGB value is (176,170,165). Sum of RGB (Red+Green+Blue) = 176+170+165=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AAA5 is #4F555A. Grayscale: #ABABAB. Windows color (decimal): -5199195 or 10857136. OLE color: 10857136.
HSL color Cylindrical-coordinate representation of color #B0AAA5: hue angle of 27.27º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B0AAA5 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 170 | 165 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.31 |
| HSL | 27.27º | 0.07% | 0.67% | - |
| HSV(B) | 27.27º | 0.06% | 0.69% | - |
| XYZ | 39.07 | 40.7 | 41.39 | - |
| YUV | 171.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 165 | 0 | 0.03 | 0.06 | 0.31 | 27.27 | 0.07 | 0.67 |
| Hex | B0 | AA | A5 | 0 | 3 | 6 | 1F | 1B | 7 | 43 |
| Octal | 260 | 252 | 245 | 0 | 3 | 6 | 37 | 33 | 7 | 103 |
| Binary | 10110000 | 10101010 | 10100101 | 0 | 11 | 110 | 11111 | 11011 | 111 | 1000011 |
Color Harmonies of #B0AAA5
Complementary color
Monochromatic Colors of #B0AAA5
Black with #B0AAA5
Text Example
Text Example
White with #B0AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AAA5; }
p { color: rgb(176,170,165); }
H1.HeaderClassName
{
color: #B0AAA5;
}
.AnyTagClassName
{
color: #B0AAA5;
}
</style>
background-color css
<style>
a { background-color: #B0AAA5; }
a { background-color: rgb(176,170,165); }
div.DivClassName
{
background-color: #B0AAA5;
}
.BgClassName
{
background-color: #B0AAA5;
}
</style>
border-color css
<style>
span { border-color: #B0AAA5; }
span { border-color: rgb(176,170,165); }
td.TdClassName
{
border-color: #B0AAA5;
}
.TagClassName
{
border-color: #B0AAA5;
}
</style>