Shades of Silk #B6A69A
Tints of Silk #B6A69A
RGB
CMYK
RGB Variations
Color information
#B6A69A (or 0xB6A69A) is known color: Silk. HEX triplet: B6, A6 and 9A. RGB value is (182,166,154). Sum of RGB (Red+Green+Blue) = 182+166+154=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A69A is #495965. Grayscale: #A9A9A9. Windows color (decimal): -4807014 or 10135222. OLE color: 10135222.
HSL color Cylindrical-coordinate representation of color #B6A69A: hue angle of 25.71º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6A69A is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 166 | 154 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.29 |
| HSL | 25.71º | 0.16% | 0.66% | - |
| HSV(B) | 25.71º | 0.15% | 0.71% | - |
| XYZ | 38.76 | 39.55 | 36.16 | - |
| YUV | 169.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 166 | 154 | 0 | 0.09 | 0.15 | 0.29 | 25.71 | 0.16 | 0.66 |
| Hex | B6 | A6 | 9A | 0 | 9 | F | 1D | 1A | 10 | 42 |
| Octal | 266 | 246 | 232 | 0 | 11 | 17 | 35 | 32 | 20 | 102 |
| Binary | 10110110 | 10100110 | 10011010 | 0 | 1001 | 1111 | 11101 | 11010 | 10000 | 1000010 |
Color Harmonies of #B6A69A
Complementary color
Monochromatic Colors of #B6A69A
Black with #B6A69A
Text Example
Text Example
White with #B6A69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A69A; }
p { color: rgb(182,166,154); }
H1.HeaderClassName
{
color: #B6A69A;
}
.AnyTagClassName
{
color: #B6A69A;
}
</style>
background-color css
<style>
a { background-color: #B6A69A; }
a { background-color: rgb(182,166,154); }
div.DivClassName
{
background-color: #B6A69A;
}
.BgClassName
{
background-color: #B6A69A;
}
</style>
border-color css
<style>
span { border-color: #B6A69A; }
span { border-color: rgb(182,166,154); }
td.TdClassName
{
border-color: #B6A69A;
}
.TagClassName
{
border-color: #B6A69A;
}
</style>