Shades of Silk #B3A69D
Tints of Silk #B3A69D
RGB
CMYK
RGB Variations
Color information
#B3A69D (or 0xB3A69D) is known color: Silk. HEX triplet: B3, A6 and 9D. RGB value is (179,166,157). Sum of RGB (Red+Green+Blue) = 179+166+157=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A69D is #4C5962. Grayscale: #A8A8A8. Windows color (decimal): -5003619 or 10331827. OLE color: 10331827.
HSL color Cylindrical-coordinate representation of color #B3A69D: hue angle of 24.55º degrees, saturation: 0.13, 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 #B3A69D is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 166 | 157 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.30 |
| HSL | 24.55º | 0.13% | 0.66% | - |
| HSV(B) | 24.55º | 0.12% | 0.7% | - |
| XYZ | 38.31 | 39.29 | 37.46 | - |
| YUV | 168.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 166 | 157 | 0 | 0.07 | 0.12 | 0.30 | 24.55 | 0.13 | 0.66 |
| Hex | B3 | A6 | 9D | 0 | 7 | C | 1E | 19 | D | 42 |
| Octal | 263 | 246 | 235 | 0 | 7 | 14 | 36 | 31 | 15 | 102 |
| Binary | 10110011 | 10100110 | 10011101 | 0 | 111 | 1100 | 11110 | 11001 | 1101 | 1000010 |
Color Harmonies of #B3A69D
Complementary color
Monochromatic Colors of #B3A69D
Black with #B3A69D
Text Example
Text Example
White with #B3A69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A69D; }
p { color: rgb(179,166,157); }
H1.HeaderClassName
{
color: #B3A69D;
}
.AnyTagClassName
{
color: #B3A69D;
}
</style>
background-color css
<style>
a { background-color: #B3A69D; }
a { background-color: rgb(179,166,157); }
div.DivClassName
{
background-color: #B3A69D;
}
.BgClassName
{
background-color: #B3A69D;
}
</style>
border-color css
<style>
span { border-color: #B3A69D; }
span { border-color: rgb(179,166,157); }
td.TdClassName
{
border-color: #B3A69D;
}
.TagClassName
{
border-color: #B3A69D;
}
</style>