Shades of Silk #BEA999
Tints of Silk #BEA999
RGB
CMYK
RGB Variations
Color information
#BEA999 (or 0xBEA999) is known color: Silk. HEX triplet: BE, A9 and 99. RGB value is (190,169,153). Sum of RGB (Red+Green+Blue) = 190+169+153=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA999 is #415666. Grayscale: #ADADAD. Windows color (decimal): -4281959 or 10070462. OLE color: 10070462.
HSL color Cylindrical-coordinate representation of color #BEA999: hue angle of 25.95º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEA999 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 169 | 153 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.25 |
| HSL | 25.95º | 0.22% | 0.67% | - |
| HSV(B) | 25.95º | 0.19% | 0.75% | - |
| XYZ | 41.17 | 41.62 | 36 | - |
| YUV | 173.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 169 | 153 | 0 | 0.11 | 0.19 | 0.25 | 25.95 | 0.22 | 0.67 |
| Hex | BE | A9 | 99 | 0 | B | 13 | 19 | 1A | 16 | 43 |
| Octal | 276 | 251 | 231 | 0 | 13 | 23 | 31 | 32 | 26 | 103 |
| Binary | 10111110 | 10101001 | 10011001 | 0 | 1011 | 10011 | 11001 | 11010 | 10110 | 1000011 |
Color Harmonies of #BEA999
Complementary color
Monochromatic Colors of #BEA999
Black with #BEA999
Text Example
Text Example
White with #BEA999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA999; }
p { color: rgb(190,169,153); }
H1.HeaderClassName
{
color: #BEA999;
}
.AnyTagClassName
{
color: #BEA999;
}
</style>
background-color css
<style>
a { background-color: #BEA999; }
a { background-color: rgb(190,169,153); }
div.DivClassName
{
background-color: #BEA999;
}
.BgClassName
{
background-color: #BEA999;
}
</style>
border-color css
<style>
span { border-color: #BEA999; }
span { border-color: rgb(190,169,153); }
td.TdClassName
{
border-color: #BEA999;
}
.TagClassName
{
border-color: #BEA999;
}
</style>