Shades of Silk #BEAC9C
Tints of Silk #BEAC9C
RGB
CMYK
RGB Variations
Color information
#BEAC9C (or 0xBEAC9C) is known color: Silk. HEX triplet: BE, AC and 9C. RGB value is (190,172,156). Sum of RGB (Red+Green+Blue) = 190+172+156=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAC9C is #415363. Grayscale: #AFAFAF. Windows color (decimal): -4281188 or 10267838. OLE color: 10267838.
HSL color Cylindrical-coordinate representation of color #BEAC9C: hue angle of 28.24º 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 #BEAC9C is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 156 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.25 |
| HSL | 28.24º | 0.21% | 0.68% | - |
| HSV(B) | 28.24º | 0.18% | 0.75% | - |
| XYZ | 41.99 | 42.85 | 37.51 | - |
| YUV | 175.56 | 116.96 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 156 | 0 | 0.09 | 0.18 | 0.25 | 28.24 | 0.21 | 0.68 |
| Hex | BE | AC | 9C | 0 | 9 | 12 | 19 | 1C | 15 | 44 |
| Octal | 276 | 254 | 234 | 0 | 11 | 22 | 31 | 34 | 25 | 104 |
| Binary | 10111110 | 10101100 | 10011100 | 0 | 1001 | 10010 | 11001 | 11100 | 10101 | 1000100 |
Color Harmonies of #BEAC9C
Complementary color
Monochromatic Colors of #BEAC9C
Black with #BEAC9C
Text Example
Text Example
White with #BEAC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC9C; }
p { color: rgb(190,172,156); }
H1.HeaderClassName
{
color: #BEAC9C;
}
.AnyTagClassName
{
color: #BEAC9C;
}
</style>
background-color css
<style>
a { background-color: #BEAC9C; }
a { background-color: rgb(190,172,156); }
div.DivClassName
{
background-color: #BEAC9C;
}
.BgClassName
{
background-color: #BEAC9C;
}
</style>
border-color css
<style>
span { border-color: #BEAC9C; }
span { border-color: rgb(190,172,156); }
td.TdClassName
{
border-color: #BEAC9C;
}
.TagClassName
{
border-color: #BEAC9C;
}
</style>