Shades of Silk #B6A89C
Tints of Silk #B6A89C
RGB
CMYK
RGB Variations
Color information
#B6A89C (or 0xB6A89C) is known color: Silk. HEX triplet: B6, A8 and 9C. RGB value is (182,168,156). Sum of RGB (Red+Green+Blue) = 182+168+156=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A89C is #495763. Grayscale: #AAAAAA. Windows color (decimal): -4806500 or 10266806. OLE color: 10266806.
HSL color Cylindrical-coordinate representation of color #B6A89C: hue angle of 27.69º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6A89C is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 168 | 156 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.29 |
| HSL | 27.69º | 0.15% | 0.66% | - |
| HSV(B) | 27.69º | 0.14% | 0.71% | - |
| XYZ | 39.29 | 40.35 | 37.17 | - |
| YUV | 170.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 156 | 0 | 0.08 | 0.14 | 0.29 | 27.69 | 0.15 | 0.66 |
| Hex | B6 | A8 | 9C | 0 | 8 | E | 1D | 1C | F | 42 |
| Octal | 266 | 250 | 234 | 0 | 10 | 16 | 35 | 34 | 17 | 102 |
| Binary | 10110110 | 10101000 | 10011100 | 0 | 1000 | 1110 | 11101 | 11100 | 1111 | 1000010 |
Color Harmonies of #B6A89C
Complementary color
Monochromatic Colors of #B6A89C
Black with #B6A89C
Text Example
Text Example
White with #B6A89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A89C; }
p { color: rgb(182,168,156); }
H1.HeaderClassName
{
color: #B6A89C;
}
.AnyTagClassName
{
color: #B6A89C;
}
</style>
background-color css
<style>
a { background-color: #B6A89C; }
a { background-color: rgb(182,168,156); }
div.DivClassName
{
background-color: #B6A89C;
}
.BgClassName
{
background-color: #B6A89C;
}
</style>
border-color css
<style>
span { border-color: #B6A89C; }
span { border-color: rgb(182,168,156); }
td.TdClassName
{
border-color: #B6A89C;
}
.TagClassName
{
border-color: #B6A89C;
}
</style>