Shades of Silk #B5A398
Tints of Silk #B5A398
RGB
CMYK
RGB Variations
Color information
#B5A398 (or 0xB5A398) is known color: Silk. HEX triplet: B5, A3 and 98. RGB value is (181,163,152). Sum of RGB (Red+Green+Blue) = 181+163+152=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A398 is #4A5C67. Grayscale: #A7A7A7. Windows color (decimal): -4873320 or 10003381. OLE color: 10003381.
HSL color Cylindrical-coordinate representation of color #B5A398: hue angle of 22.76º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5A398 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 152 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.29 |
| HSL | 22.76º | 0.16% | 0.65% | - |
| HSV(B) | 22.76º | 0.16% | 0.71% | - |
| XYZ | 37.82 | 38.29 | 35.1 | - |
| YUV | 167.13 | 119.46 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 152 | 0 | 0.10 | 0.16 | 0.29 | 22.76 | 0.16 | 0.65 |
| Hex | B5 | A3 | 98 | 0 | A | 10 | 1D | 17 | 10 | 41 |
| Octal | 265 | 243 | 230 | 0 | 12 | 20 | 35 | 27 | 20 | 101 |
| Binary | 10110101 | 10100011 | 10011000 | 0 | 1010 | 10000 | 11101 | 10111 | 10000 | 1000001 |
Color Harmonies of #B5A398
Complementary color
Monochromatic Colors of #B5A398
Black with #B5A398
Text Example
Text Example
White with #B5A398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A398; }
p { color: rgb(181,163,152); }
H1.HeaderClassName
{
color: #B5A398;
}
.AnyTagClassName
{
color: #B5A398;
}
</style>
background-color css
<style>
a { background-color: #B5A398; }
a { background-color: rgb(181,163,152); }
div.DivClassName
{
background-color: #B5A398;
}
.BgClassName
{
background-color: #B5A398;
}
</style>
border-color css
<style>
span { border-color: #B5A398; }
span { border-color: rgb(181,163,152); }
td.TdClassName
{
border-color: #B5A398;
}
.TagClassName
{
border-color: #B5A398;
}
</style>