Shades of Silk #B7A394
Tints of Silk #B7A394
RGB
CMYK
RGB Variations
Color information
#B7A394 (or 0xB7A394) is known color: Silk. HEX triplet: B7, A3 and 94. RGB value is (183,163,148). Sum of RGB (Red+Green+Blue) = 183+163+148=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A394 is #485C6B. Grayscale: #A7A7A7. Windows color (decimal): -4742252 or 9741239. OLE color: 9741239.
HSL color Cylindrical-coordinate representation of color #B7A394: hue angle of 25.71º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7A394 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 148 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.28 |
| HSL | 25.71º | 0.2% | 0.65% | - |
| HSV(B) | 25.71º | 0.19% | 0.72% | - |
| XYZ | 37.97 | 38.4 | 33.43 | - |
| YUV | 167.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 148 | 0 | 0.11 | 0.19 | 0.28 | 25.71 | 0.2 | 0.65 |
| Hex | B7 | A3 | 94 | 0 | B | 13 | 1C | 1A | 14 | 41 |
| Octal | 267 | 243 | 224 | 0 | 13 | 23 | 34 | 32 | 24 | 101 |
| Binary | 10110111 | 10100011 | 10010100 | 0 | 1011 | 10011 | 11100 | 11010 | 10100 | 1000001 |
Color Harmonies of #B7A394
Complementary color
Monochromatic Colors of #B7A394
Black with #B7A394
Text Example
Text Example
White with #B7A394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A394; }
p { color: rgb(183,163,148); }
H1.HeaderClassName
{
color: #B7A394;
}
.AnyTagClassName
{
color: #B7A394;
}
</style>
background-color css
<style>
a { background-color: #B7A394; }
a { background-color: rgb(183,163,148); }
div.DivClassName
{
background-color: #B7A394;
}
.BgClassName
{
background-color: #B7A394;
}
</style>
border-color css
<style>
span { border-color: #B7A394; }
span { border-color: rgb(183,163,148); }
td.TdClassName
{
border-color: #B7A394;
}
.TagClassName
{
border-color: #B7A394;
}
</style>