Shades of Silk #BEAA9C
Tints of Silk #BEAA9C
RGB
CMYK
RGB Variations
Color information
#BEAA9C (or 0xBEAA9C) is known color: Silk. HEX triplet: BE, AA and 9C. RGB value is (190,170,156). Sum of RGB (Red+Green+Blue) = 190+170+156=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAA9C is #415563. Grayscale: #AEAEAE. Windows color (decimal): -4281700 or 10267326. OLE color: 10267326.
HSL color Cylindrical-coordinate representation of color #BEAA9C: hue angle of 24.71º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEAA9C is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 156 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.25 |
| HSL | 24.71º | 0.21% | 0.68% | - |
| HSV(B) | 24.71º | 0.18% | 0.75% | - |
| XYZ | 41.61 | 42.1 | 37.38 | - |
| YUV | 174.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 156 | 0 | 0.11 | 0.18 | 0.25 | 24.71 | 0.21 | 0.68 |
| Hex | BE | AA | 9C | 0 | B | 12 | 19 | 19 | 15 | 44 |
| Octal | 276 | 252 | 234 | 0 | 13 | 22 | 31 | 31 | 25 | 104 |
| Binary | 10111110 | 10101010 | 10011100 | 0 | 1011 | 10010 | 11001 | 11001 | 10101 | 1000100 |
Color Harmonies of #BEAA9C
Complementary color
Monochromatic Colors of #BEAA9C
Black with #BEAA9C
Text Example
Text Example
White with #BEAA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAA9C; }
p { color: rgb(190,170,156); }
H1.HeaderClassName
{
color: #BEAA9C;
}
.AnyTagClassName
{
color: #BEAA9C;
}
</style>
background-color css
<style>
a { background-color: #BEAA9C; }
a { background-color: rgb(190,170,156); }
div.DivClassName
{
background-color: #BEAA9C;
}
.BgClassName
{
background-color: #BEAA9C;
}
</style>
border-color css
<style>
span { border-color: #BEAA9C; }
span { border-color: rgb(190,170,156); }
td.TdClassName
{
border-color: #BEAA9C;
}
.TagClassName
{
border-color: #BEAA9C;
}
</style>