Shades of Silk #BEA89C
Tints of Silk #BEA89C
RGB
CMYK
RGB Variations
Color information
#BEA89C (or 0xBEA89C) is known color: Silk. HEX triplet: BE, A8 and 9C. RGB value is (190,168,156). Sum of RGB (Red+Green+Blue) = 190+168+156=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA89C is #415763. Grayscale: #ADADAD. Windows color (decimal): -4282212 or 10266814. OLE color: 10266814.
HSL color Cylindrical-coordinate representation of color #BEA89C: hue angle of 21.18º 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 #BEA89C is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 156 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.25 |
| HSL | 21.18º | 0.21% | 0.68% | - |
| HSV(B) | 21.18º | 0.18% | 0.75% | - |
| XYZ | 41.24 | 41.35 | 37.26 | - |
| YUV | 173.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 156 | 0 | 0.12 | 0.18 | 0.25 | 21.18 | 0.21 | 0.68 |
| Hex | BE | A8 | 9C | 0 | C | 12 | 19 | 15 | 15 | 44 |
| Octal | 276 | 250 | 234 | 0 | 14 | 22 | 31 | 25 | 25 | 104 |
| Binary | 10111110 | 10101000 | 10011100 | 0 | 1100 | 10010 | 11001 | 10101 | 10101 | 1000100 |
Color Harmonies of #BEA89C
Complementary color
Monochromatic Colors of #BEA89C
Black with #BEA89C
Text Example
Text Example
White with #BEA89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA89C; }
p { color: rgb(190,168,156); }
H1.HeaderClassName
{
color: #BEA89C;
}
.AnyTagClassName
{
color: #BEA89C;
}
</style>
background-color css
<style>
a { background-color: #BEA89C; }
a { background-color: rgb(190,168,156); }
div.DivClassName
{
background-color: #BEA89C;
}
.BgClassName
{
background-color: #BEA89C;
}
</style>
border-color css
<style>
span { border-color: #BEA89C; }
span { border-color: rgb(190,168,156); }
td.TdClassName
{
border-color: #BEA89C;
}
.TagClassName
{
border-color: #BEA89C;
}
</style>