Shades of Silk #B5A499
Tints of Silk #B5A499
RGB
CMYK
RGB Variations
Color information
#B5A499 (or 0xB5A499) is known color: Silk. HEX triplet: B5, A4 and 99. RGB value is (181,164,153). Sum of RGB (Red+Green+Blue) = 181+164+153=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A499 is #4A5B66. Grayscale: #A7A7A7. Windows color (decimal): -4873063 or 10069173. OLE color: 10069173.
HSL color Cylindrical-coordinate representation of color #B5A499: hue angle of 23.57º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5A499 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 164 | 153 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.29 |
| HSL | 23.57º | 0.16% | 0.65% | - |
| HSV(B) | 23.57º | 0.15% | 0.71% | - |
| XYZ | 38.08 | 38.67 | 35.59 | - |
| YUV | 167.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 164 | 153 | 0 | 0.09 | 0.15 | 0.29 | 23.57 | 0.16 | 0.65 |
| Hex | B5 | A4 | 99 | 0 | 9 | F | 1D | 18 | 10 | 41 |
| Octal | 265 | 244 | 231 | 0 | 11 | 17 | 35 | 30 | 20 | 101 |
| Binary | 10110101 | 10100100 | 10011001 | 0 | 1001 | 1111 | 11101 | 11000 | 10000 | 1000001 |
Color Harmonies of #B5A499
Complementary color
Monochromatic Colors of #B5A499
Black with #B5A499
Text Example
Text Example
White with #B5A499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A499; }
p { color: rgb(181,164,153); }
H1.HeaderClassName
{
color: #B5A499;
}
.AnyTagClassName
{
color: #B5A499;
}
</style>
background-color css
<style>
a { background-color: #B5A499; }
a { background-color: rgb(181,164,153); }
div.DivClassName
{
background-color: #B5A499;
}
.BgClassName
{
background-color: #B5A499;
}
</style>
border-color css
<style>
span { border-color: #B5A499; }
span { border-color: rgb(181,164,153); }
td.TdClassName
{
border-color: #B5A499;
}
.TagClassName
{
border-color: #B5A499;
}
</style>