Shades of Silk #B0A9A4
Tints of Silk #B0A9A4
RGB
CMYK
RGB Variations
Color information
#B0A9A4 (or 0xB0A9A4) is known color: Silk. HEX triplet: B0, A9 and A4. RGB value is (176,169,164). Sum of RGB (Red+Green+Blue) = 176+169+164=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A9A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A9A4 is #4F565B. Grayscale: #AAAAAA. Windows color (decimal): -5199452 or 10791344. OLE color: 10791344.
HSL color Cylindrical-coordinate representation of color #B0A9A4: hue angle of 25º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0A9A4 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 169 | 164 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.31 |
| HSL | 25º | 0.07% | 0.67% | - |
| HSV(B) | 25º | 0.07% | 0.69% | - |
| XYZ | 38.79 | 40.29 | 40.85 | - |
| YUV | 170.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 169 | 164 | 0 | 0.04 | 0.07 | 0.31 | 25 | 0.07 | 0.67 |
| Hex | B0 | A9 | A4 | 0 | 4 | 7 | 1F | 19 | 7 | 43 |
| Octal | 260 | 251 | 244 | 0 | 4 | 7 | 37 | 31 | 7 | 103 |
| Binary | 10110000 | 10101001 | 10100100 | 0 | 100 | 111 | 11111 | 11001 | 111 | 1000011 |
Color Harmonies of #B0A9A4
Complementary color
Monochromatic Colors of #B0A9A4
Black with #B0A9A4
Text Example
Text Example
White with #B0A9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A9A4; }
p { color: rgb(176,169,164); }
H1.HeaderClassName
{
color: #B0A9A4;
}
.AnyTagClassName
{
color: #B0A9A4;
}
</style>
background-color css
<style>
a { background-color: #B0A9A4; }
a { background-color: rgb(176,169,164); }
div.DivClassName
{
background-color: #B0A9A4;
}
.BgClassName
{
background-color: #B0A9A4;
}
</style>
border-color css
<style>
span { border-color: #B0A9A4; }
span { border-color: rgb(176,169,164); }
td.TdClassName
{
border-color: #B0A9A4;
}
.TagClassName
{
border-color: #B0A9A4;
}
</style>