Shades of Silk #BEA997
Tints of Silk #BEA997
RGB
CMYK
RGB Variations
Color information
#BEA997 (or 0xBEA997) is known color: Silk. HEX triplet: BE, A9 and 97. RGB value is (190,169,151). Sum of RGB (Red+Green+Blue) = 190+169+151=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA997 is #415668. Grayscale: #ADADAD. Windows color (decimal): -4281961 or 9939390. OLE color: 9939390.
HSL color Cylindrical-coordinate representation of color #BEA997: hue angle of 27.69º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEA997 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 169 | 151 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.25 |
| HSL | 27.69º | 0.23% | 0.67% | - |
| HSV(B) | 27.69º | 0.21% | 0.75% | - |
| XYZ | 41.01 | 41.56 | 35.14 | - |
| YUV | 173.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 169 | 151 | 0 | 0.11 | 0.21 | 0.25 | 27.69 | 0.23 | 0.67 |
| Hex | BE | A9 | 97 | 0 | B | 15 | 19 | 1C | 17 | 43 |
| Octal | 276 | 251 | 227 | 0 | 13 | 25 | 31 | 34 | 27 | 103 |
| Binary | 10111110 | 10101001 | 10010111 | 0 | 1011 | 10101 | 11001 | 11100 | 10111 | 1000011 |
Color Harmonies of #BEA997
Complementary color
Monochromatic Colors of #BEA997
Black with #BEA997
Text Example
Text Example
White with #BEA997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA997; }
p { color: rgb(190,169,151); }
H1.HeaderClassName
{
color: #BEA997;
}
.AnyTagClassName
{
color: #BEA997;
}
</style>
background-color css
<style>
a { background-color: #BEA997; }
a { background-color: rgb(190,169,151); }
div.DivClassName
{
background-color: #BEA997;
}
.BgClassName
{
background-color: #BEA997;
}
</style>
border-color css
<style>
span { border-color: #BEA997; }
span { border-color: rgb(190,169,151); }
td.TdClassName
{
border-color: #BEA997;
}
.TagClassName
{
border-color: #BEA997;
}
</style>