Shades of Silk #B3A89E
Tints of Silk #B3A89E
RGB
CMYK
RGB Variations
Color information
#B3A89E (or 0xB3A89E) is known color: Silk. HEX triplet: B3, A8 and 9E. RGB value is (179,168,158). Sum of RGB (Red+Green+Blue) = 179+168+158=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A89E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A89E is #4C5761. Grayscale: #AAAAAA. Windows color (decimal): -5003106 or 10397875. OLE color: 10397875.
HSL color Cylindrical-coordinate representation of color #B3A89E: hue angle of 28.57º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3A89E is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 168 | 158 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.30 |
| HSL | 28.57º | 0.12% | 0.66% | - |
| HSV(B) | 28.57º | 0.12% | 0.7% | - |
| XYZ | 38.76 | 40.06 | 38.04 | - |
| YUV | 170.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 158 | 0 | 0.06 | 0.12 | 0.30 | 28.57 | 0.12 | 0.66 |
| Hex | B3 | A8 | 9E | 0 | 6 | C | 1E | 1D | C | 42 |
| Octal | 263 | 250 | 236 | 0 | 6 | 14 | 36 | 35 | 14 | 102 |
| Binary | 10110011 | 10101000 | 10011110 | 0 | 110 | 1100 | 11110 | 11101 | 1100 | 1000010 |
Color Harmonies of #B3A89E
Complementary color
Monochromatic Colors of #B3A89E
Black with #B3A89E
Text Example
Text Example
White with #B3A89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A89E; }
p { color: rgb(179,168,158); }
H1.HeaderClassName
{
color: #B3A89E;
}
.AnyTagClassName
{
color: #B3A89E;
}
</style>
background-color css
<style>
a { background-color: #B3A89E; }
a { background-color: rgb(179,168,158); }
div.DivClassName
{
background-color: #B3A89E;
}
.BgClassName
{
background-color: #B3A89E;
}
</style>
border-color css
<style>
span { border-color: #B3A89E; }
span { border-color: rgb(179,168,158); }
td.TdClassName
{
border-color: #B3A89E;
}
.TagClassName
{
border-color: #B3A89E;
}
</style>