Shades of Silk #B7A79B
Tints of Silk #B7A79B
RGB
CMYK
RGB Variations
Color information
#B7A79B (or 0xB7A79B) is known color: Silk. HEX triplet: B7, A7 and 9B. RGB value is (183,167,155). Sum of RGB (Red+Green+Blue) = 183+167+155=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A79B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A79B is #485864. Grayscale: #AAAAAA. Windows color (decimal): -4741221 or 10201015. OLE color: 10201015.
HSL color Cylindrical-coordinate representation of color #B7A79B: hue angle of 25.71º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7A79B is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 167 | 155 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.28 |
| HSL | 25.71º | 0.16% | 0.66% | - |
| HSV(B) | 25.71º | 0.15% | 0.72% | - |
| XYZ | 39.26 | 40.07 | 36.68 | - |
| YUV | 170.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 155 | 0 | 0.09 | 0.15 | 0.28 | 25.71 | 0.16 | 0.66 |
| Hex | B7 | A7 | 9B | 0 | 9 | F | 1C | 1A | 10 | 42 |
| Octal | 267 | 247 | 233 | 0 | 11 | 17 | 34 | 32 | 20 | 102 |
| Binary | 10110111 | 10100111 | 10011011 | 0 | 1001 | 1111 | 11100 | 11010 | 10000 | 1000010 |
Color Harmonies of #B7A79B
Complementary color
Monochromatic Colors of #B7A79B
Black with #B7A79B
Text Example
Text Example
White with #B7A79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A79B; }
p { color: rgb(183,167,155); }
H1.HeaderClassName
{
color: #B7A79B;
}
.AnyTagClassName
{
color: #B7A79B;
}
</style>
background-color css
<style>
a { background-color: #B7A79B; }
a { background-color: rgb(183,167,155); }
div.DivClassName
{
background-color: #B7A79B;
}
.BgClassName
{
background-color: #B7A79B;
}
</style>
border-color css
<style>
span { border-color: #B7A79B; }
span { border-color: rgb(183,167,155); }
td.TdClassName
{
border-color: #B7A79B;
}
.TagClassName
{
border-color: #B7A79B;
}
</style>