Shades of Silk #B5A89C
Tints of Silk #B5A89C
RGB
CMYK
RGB Variations
Color information
#B5A89C (or 0xB5A89C) is known color: Silk. HEX triplet: B5, A8 and 9C. RGB value is (181,168,156). Sum of RGB (Red+Green+Blue) = 181+168+156=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A89C is #4A5763. Grayscale: #AAAAAA. Windows color (decimal): -4872036 or 10266805. OLE color: 10266805.
HSL color Cylindrical-coordinate representation of color #B5A89C: hue angle of 28.8º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5A89C is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 156 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.29 |
| HSL | 28.8º | 0.14% | 0.66% | - |
| HSV(B) | 28.8º | 0.14% | 0.71% | - |
| XYZ | 39.06 | 40.23 | 37.16 | - |
| YUV | 170.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 156 | 0 | 0.07 | 0.14 | 0.29 | 28.8 | 0.14 | 0.66 |
| Hex | B5 | A8 | 9C | 0 | 7 | E | 1D | 1D | E | 42 |
| Octal | 265 | 250 | 234 | 0 | 7 | 16 | 35 | 35 | 16 | 102 |
| Binary | 10110101 | 10101000 | 10011100 | 0 | 111 | 1110 | 11101 | 11101 | 1110 | 1000010 |
Color Harmonies of #B5A89C
Complementary color
Monochromatic Colors of #B5A89C
Black with #B5A89C
Text Example
Text Example
White with #B5A89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A89C; }
p { color: rgb(181,168,156); }
H1.HeaderClassName
{
color: #B5A89C;
}
.AnyTagClassName
{
color: #B5A89C;
}
</style>
background-color css
<style>
a { background-color: #B5A89C; }
a { background-color: rgb(181,168,156); }
div.DivClassName
{
background-color: #B5A89C;
}
.BgClassName
{
background-color: #B5A89C;
}
</style>
border-color css
<style>
span { border-color: #B5A89C; }
span { border-color: rgb(181,168,156); }
td.TdClassName
{
border-color: #B5A89C;
}
.TagClassName
{
border-color: #B5A89C;
}
</style>