Shades of Silk #B6A89B
Tints of Silk #B6A89B
RGB
CMYK
RGB Variations
Color information
#B6A89B (or 0xB6A89B) is known color: Silk. HEX triplet: B6, A8 and 9B. RGB value is (182,168,155). Sum of RGB (Red+Green+Blue) = 182+168+155=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A89B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A89B is #495764. Grayscale: #AAAAAA. Windows color (decimal): -4806501 or 10201270. OLE color: 10201270.
HSL color Cylindrical-coordinate representation of color #B6A89B: hue angle of 28.89º 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 #B6A89B is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 168 | 155 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.29 |
| HSL | 28.89º | 0.16% | 0.66% | - |
| HSV(B) | 28.89º | 0.15% | 0.71% | - |
| XYZ | 39.21 | 40.32 | 36.73 | - |
| YUV | 170.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 155 | 0 | 0.08 | 0.15 | 0.29 | 28.89 | 0.16 | 0.66 |
| Hex | B6 | A8 | 9B | 0 | 8 | F | 1D | 1D | 10 | 42 |
| Octal | 266 | 250 | 233 | 0 | 10 | 17 | 35 | 35 | 20 | 102 |
| Binary | 10110110 | 10101000 | 10011011 | 0 | 1000 | 1111 | 11101 | 11101 | 10000 | 1000010 |
Color Harmonies of #B6A89B
Complementary color
Monochromatic Colors of #B6A89B
Black with #B6A89B
Text Example
Text Example
White with #B6A89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A89B; }
p { color: rgb(182,168,155); }
H1.HeaderClassName
{
color: #B6A89B;
}
.AnyTagClassName
{
color: #B6A89B;
}
</style>
background-color css
<style>
a { background-color: #B6A89B; }
a { background-color: rgb(182,168,155); }
div.DivClassName
{
background-color: #B6A89B;
}
.BgClassName
{
background-color: #B6A89B;
}
</style>
border-color css
<style>
span { border-color: #B6A89B; }
span { border-color: rgb(182,168,155); }
td.TdClassName
{
border-color: #B6A89B;
}
.TagClassName
{
border-color: #B6A89B;
}
</style>