Shades of Silk #B4A89E
Tints of Silk #B4A89E
RGB
CMYK
RGB Variations
Color information
#B4A89E (or 0xB4A89E) is known color: Silk. HEX triplet: B4, A8 and 9E. RGB value is (180,168,158). Sum of RGB (Red+Green+Blue) = 180+168+158=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A89E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A89E is #4B5761. Grayscale: #AAAAAA. Windows color (decimal): -4937570 or 10397876. OLE color: 10397876.
HSL color Cylindrical-coordinate representation of color #B4A89E: hue angle of 27.27º degrees, saturation: 0.13, 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 #B4A89E is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 158 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.29 |
| HSL | 27.27º | 0.13% | 0.66% | - |
| HSV(B) | 27.27º | 0.12% | 0.71% | - |
| XYZ | 39 | 40.18 | 38.05 | - |
| YUV | 170.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 158 | 0 | 0.07 | 0.12 | 0.29 | 27.27 | 0.13 | 0.66 |
| Hex | B4 | A8 | 9E | 0 | 7 | C | 1D | 1B | D | 42 |
| Octal | 264 | 250 | 236 | 0 | 7 | 14 | 35 | 33 | 15 | 102 |
| Binary | 10110100 | 10101000 | 10011110 | 0 | 111 | 1100 | 11101 | 11011 | 1101 | 1000010 |
Color Harmonies of #B4A89E
Complementary color
Monochromatic Colors of #B4A89E
Black with #B4A89E
Text Example
Text Example
White with #B4A89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A89E; }
p { color: rgb(180,168,158); }
H1.HeaderClassName
{
color: #B4A89E;
}
.AnyTagClassName
{
color: #B4A89E;
}
</style>
background-color css
<style>
a { background-color: #B4A89E; }
a { background-color: rgb(180,168,158); }
div.DivClassName
{
background-color: #B4A89E;
}
.BgClassName
{
background-color: #B4A89E;
}
</style>
border-color css
<style>
span { border-color: #B4A89E; }
span { border-color: rgb(180,168,158); }
td.TdClassName
{
border-color: #B4A89E;
}
.TagClassName
{
border-color: #B4A89E;
}
</style>