Shades of Silk #B4A89F
Tints of Silk #B4A89F
RGB
CMYK
RGB Variations
Color information
#B4A89F (or 0xB4A89F) is known color: Silk. HEX triplet: B4, A8 and 9F. RGB value is (180,168,159). Sum of RGB (Red+Green+Blue) = 180+168+159=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A89F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A89F is #4B5760. Grayscale: #AAAAAA. Windows color (decimal): -4937569 or 10463412. OLE color: 10463412.
HSL color Cylindrical-coordinate representation of color #B4A89F: hue angle of 25.71º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4A89F is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 159 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.29 |
| HSL | 25.71º | 0.12% | 0.66% | - |
| HSV(B) | 25.71º | 0.12% | 0.71% | - |
| XYZ | 39.08 | 40.21 | 38.5 | - |
| YUV | 170.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 159 | 0 | 0.07 | 0.12 | 0.29 | 25.71 | 0.12 | 0.66 |
| Hex | B4 | A8 | 9F | 0 | 7 | C | 1D | 1A | C | 42 |
| Octal | 264 | 250 | 237 | 0 | 7 | 14 | 35 | 32 | 14 | 102 |
| Binary | 10110100 | 10101000 | 10011111 | 0 | 111 | 1100 | 11101 | 11010 | 1100 | 1000010 |
Color Harmonies of #B4A89F
Complementary color
Monochromatic Colors of #B4A89F
Black with #B4A89F
Text Example
Text Example
White with #B4A89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A89F; }
p { color: rgb(180,168,159); }
H1.HeaderClassName
{
color: #B4A89F;
}
.AnyTagClassName
{
color: #B4A89F;
}
</style>
background-color css
<style>
a { background-color: #B4A89F; }
a { background-color: rgb(180,168,159); }
div.DivClassName
{
background-color: #B4A89F;
}
.BgClassName
{
background-color: #B4A89F;
}
</style>
border-color css
<style>
span { border-color: #B4A89F; }
span { border-color: rgb(180,168,159); }
td.TdClassName
{
border-color: #B4A89F;
}
.TagClassName
{
border-color: #B4A89F;
}
</style>