Shades of Silk #B2A69D
Tints of Silk #B2A69D
RGB
CMYK
RGB Variations
Color information
#B2A69D (or 0xB2A69D) is known color: Silk. HEX triplet: B2, A6 and 9D. RGB value is (178,166,157). Sum of RGB (Red+Green+Blue) = 178+166+157=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A69D is #4D5962. Grayscale: #A8A8A8. Windows color (decimal): -5069155 or 10331826. OLE color: 10331826.
HSL color Cylindrical-coordinate representation of color #B2A69D: hue angle of 25.71º 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 #B2A69D is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 157 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.30 |
| HSL | 25.71º | 0.12% | 0.66% | - |
| HSV(B) | 25.71º | 0.12% | 0.7% | - |
| XYZ | 38.08 | 39.17 | 37.45 | - |
| YUV | 168.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 157 | 0 | 0.07 | 0.12 | 0.30 | 25.71 | 0.12 | 0.66 |
| Hex | B2 | A6 | 9D | 0 | 7 | C | 1E | 1A | C | 42 |
| Octal | 262 | 246 | 235 | 0 | 7 | 14 | 36 | 32 | 14 | 102 |
| Binary | 10110010 | 10100110 | 10011101 | 0 | 111 | 1100 | 11110 | 11010 | 1100 | 1000010 |
Color Harmonies of #B2A69D
Complementary color
Monochromatic Colors of #B2A69D
Black with #B2A69D
Text Example
Text Example
White with #B2A69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A69D; }
p { color: rgb(178,166,157); }
H1.HeaderClassName
{
color: #B2A69D;
}
.AnyTagClassName
{
color: #B2A69D;
}
</style>
background-color css
<style>
a { background-color: #B2A69D; }
a { background-color: rgb(178,166,157); }
div.DivClassName
{
background-color: #B2A69D;
}
.BgClassName
{
background-color: #B2A69D;
}
</style>
border-color css
<style>
span { border-color: #B2A69D; }
span { border-color: rgb(178,166,157); }
td.TdClassName
{
border-color: #B2A69D;
}
.TagClassName
{
border-color: #B2A69D;
}
</style>