Shades of Silk #B5A395
Tints of Silk #B5A395
RGB
CMYK
RGB Variations
Color information
#B5A395 (or 0xB5A395) is known color: Silk. HEX triplet: B5, A3 and 95. RGB value is (181,163,149). Sum of RGB (Red+Green+Blue) = 181+163+149=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A395 is #4A5C6A. Grayscale: #A6A6A6. Windows color (decimal): -4873323 or 9806773. OLE color: 9806773.
HSL color Cylindrical-coordinate representation of color #B5A395: hue angle of 26.25º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5A395 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 149 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.29 |
| HSL | 26.25º | 0.18% | 0.65% | - |
| HSV(B) | 26.25º | 0.18% | 0.71% | - |
| XYZ | 37.58 | 38.19 | 33.82 | - |
| YUV | 166.79 | 117.96 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 149 | 0 | 0.10 | 0.18 | 0.29 | 26.25 | 0.18 | 0.65 |
| Hex | B5 | A3 | 95 | 0 | A | 12 | 1D | 1A | 12 | 41 |
| Octal | 265 | 243 | 225 | 0 | 12 | 22 | 35 | 32 | 22 | 101 |
| Binary | 10110101 | 10100011 | 10010101 | 0 | 1010 | 10010 | 11101 | 11010 | 10010 | 1000001 |
Color Harmonies of #B5A395
Complementary color
Monochromatic Colors of #B5A395
Black with #B5A395
Text Example
Text Example
White with #B5A395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A395; }
p { color: rgb(181,163,149); }
H1.HeaderClassName
{
color: #B5A395;
}
.AnyTagClassName
{
color: #B5A395;
}
</style>
background-color css
<style>
a { background-color: #B5A395; }
a { background-color: rgb(181,163,149); }
div.DivClassName
{
background-color: #B5A395;
}
.BgClassName
{
background-color: #B5A395;
}
</style>
border-color css
<style>
span { border-color: #B5A395; }
span { border-color: rgb(181,163,149); }
td.TdClassName
{
border-color: #B5A395;
}
.TagClassName
{
border-color: #B5A395;
}
</style>