Shades of Silk #BEAA9D
Tints of Silk #BEAA9D
RGB
CMYK
RGB Variations
Color information
#BEAA9D (or 0xBEAA9D) is known color: Silk. HEX triplet: BE, AA and 9D. RGB value is (190,170,157). Sum of RGB (Red+Green+Blue) = 190+170+157=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAA9D is #415562. Grayscale: #AEAEAE. Windows color (decimal): -4281699 or 10332862. OLE color: 10332862.
HSL color Cylindrical-coordinate representation of color #BEAA9D: hue angle of 23.64º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEAA9D is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 157 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.25 |
| HSL | 23.64º | 0.2% | 0.68% | - |
| HSV(B) | 23.64º | 0.17% | 0.75% | - |
| XYZ | 41.7 | 42.13 | 37.83 | - |
| YUV | 174.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 157 | 0 | 0.11 | 0.17 | 0.25 | 23.64 | 0.2 | 0.68 |
| Hex | BE | AA | 9D | 0 | B | 11 | 19 | 18 | 14 | 44 |
| Octal | 276 | 252 | 235 | 0 | 13 | 21 | 31 | 30 | 24 | 104 |
| Binary | 10111110 | 10101010 | 10011101 | 0 | 1011 | 10001 | 11001 | 11000 | 10100 | 1000100 |
Color Harmonies of #BEAA9D
Complementary color
Monochromatic Colors of #BEAA9D
Black with #BEAA9D
Text Example
Text Example
White with #BEAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAA9D; }
p { color: rgb(190,170,157); }
H1.HeaderClassName
{
color: #BEAA9D;
}
.AnyTagClassName
{
color: #BEAA9D;
}
</style>
background-color css
<style>
a { background-color: #BEAA9D; }
a { background-color: rgb(190,170,157); }
div.DivClassName
{
background-color: #BEAA9D;
}
.BgClassName
{
background-color: #BEAA9D;
}
</style>
border-color css
<style>
span { border-color: #BEAA9D; }
span { border-color: rgb(190,170,157); }
td.TdClassName
{
border-color: #BEAA9D;
}
.TagClassName
{
border-color: #BEAA9D;
}
</style>