Shades of Silk #B7A494
Tints of Silk #B7A494
RGB
CMYK
RGB Variations
Color information
#B7A494 (or 0xB7A494) is known color: Silk. HEX triplet: B7, A4 and 94. RGB value is (183,164,148). Sum of RGB (Red+Green+Blue) = 183+164+148=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A494 is #485B6B. Grayscale: #A7A7A7. Windows color (decimal): -4741996 or 9741495. OLE color: 9741495.
HSL color Cylindrical-coordinate representation of color #B7A494: hue angle of 27.43º 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 #B7A494 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 164 | 148 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.28 |
| HSL | 27.43º | 0.2% | 0.65% | - |
| HSV(B) | 27.43º | 0.19% | 0.72% | - |
| XYZ | 38.15 | 38.76 | 33.49 | - |
| YUV | 167.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 164 | 148 | 0 | 0.10 | 0.19 | 0.28 | 27.43 | 0.2 | 0.65 |
| Hex | B7 | A4 | 94 | 0 | A | 13 | 1C | 1B | 14 | 41 |
| Octal | 267 | 244 | 224 | 0 | 12 | 23 | 34 | 33 | 24 | 101 |
| Binary | 10110111 | 10100100 | 10010100 | 0 | 1010 | 10011 | 11100 | 11011 | 10100 | 1000001 |
Color Harmonies of #B7A494
Complementary color
Monochromatic Colors of #B7A494
Black with #B7A494
Text Example
Text Example
White with #B7A494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A494; }
p { color: rgb(183,164,148); }
H1.HeaderClassName
{
color: #B7A494;
}
.AnyTagClassName
{
color: #B7A494;
}
</style>
background-color css
<style>
a { background-color: #B7A494; }
a { background-color: rgb(183,164,148); }
div.DivClassName
{
background-color: #B7A494;
}
.BgClassName
{
background-color: #B7A494;
}
</style>
border-color css
<style>
span { border-color: #B7A494; }
span { border-color: rgb(183,164,148); }
td.TdClassName
{
border-color: #B7A494;
}
.TagClassName
{
border-color: #B7A494;
}
</style>