Shades of Silk #B7A79A
Tints of Silk #B7A79A
RGB
CMYK
RGB Variations
Color information
#B7A79A (or 0xB7A79A) is known color: Silk. HEX triplet: B7, A7 and 9A. RGB value is (183,167,154). Sum of RGB (Red+Green+Blue) = 183+167+154=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A79A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A79A is #485865. Grayscale: #AAAAAA. Windows color (decimal): -4741222 or 10135479. OLE color: 10135479.
HSL color Cylindrical-coordinate representation of color #B7A79A: hue angle of 26.9º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7A79A is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 167 | 154 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.28 |
| HSL | 26.9º | 0.17% | 0.66% | - |
| HSV(B) | 26.9º | 0.16% | 0.72% | - |
| XYZ | 39.18 | 40.04 | 36.23 | - |
| YUV | 170.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 154 | 0 | 0.09 | 0.16 | 0.28 | 26.9 | 0.17 | 0.66 |
| Hex | B7 | A7 | 9A | 0 | 9 | 10 | 1C | 1B | 11 | 42 |
| Octal | 267 | 247 | 232 | 0 | 11 | 20 | 34 | 33 | 21 | 102 |
| Binary | 10110111 | 10100111 | 10011010 | 0 | 1001 | 10000 | 11100 | 11011 | 10001 | 1000010 |
Color Harmonies of #B7A79A
Complementary color
Monochromatic Colors of #B7A79A
Black with #B7A79A
Text Example
Text Example
White with #B7A79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A79A; }
p { color: rgb(183,167,154); }
H1.HeaderClassName
{
color: #B7A79A;
}
.AnyTagClassName
{
color: #B7A79A;
}
</style>
background-color css
<style>
a { background-color: #B7A79A; }
a { background-color: rgb(183,167,154); }
div.DivClassName
{
background-color: #B7A79A;
}
.BgClassName
{
background-color: #B7A79A;
}
</style>
border-color css
<style>
span { border-color: #B7A79A; }
span { border-color: rgb(183,167,154); }
td.TdClassName
{
border-color: #B7A79A;
}
.TagClassName
{
border-color: #B7A79A;
}
</style>