Shades of Silk #BEA89A
Tints of Silk #BEA89A
RGB
CMYK
RGB Variations
Color information
#BEA89A (or 0xBEA89A) is known color: Silk. HEX triplet: BE, A8 and 9A. RGB value is (190,168,154). Sum of RGB (Red+Green+Blue) = 190+168+154=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA89A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA89A is #415765. Grayscale: #ADADAD. Windows color (decimal): -4282214 or 10135742. OLE color: 10135742.
HSL color Cylindrical-coordinate representation of color #BEA89A: hue angle of 23.33º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEA89A is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 154 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.25 |
| HSL | 23.33º | 0.22% | 0.67% | - |
| HSV(B) | 23.33º | 0.19% | 0.75% | - |
| XYZ | 41.07 | 41.29 | 36.38 | - |
| YUV | 172.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 154 | 0 | 0.12 | 0.19 | 0.25 | 23.33 | 0.22 | 0.67 |
| Hex | BE | A8 | 9A | 0 | C | 13 | 19 | 17 | 16 | 43 |
| Octal | 276 | 250 | 232 | 0 | 14 | 23 | 31 | 27 | 26 | 103 |
| Binary | 10111110 | 10101000 | 10011010 | 0 | 1100 | 10011 | 11001 | 10111 | 10110 | 1000011 |
Color Harmonies of #BEA89A
Complementary color
Monochromatic Colors of #BEA89A
Black with #BEA89A
Text Example
Text Example
White with #BEA89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA89A; }
p { color: rgb(190,168,154); }
H1.HeaderClassName
{
color: #BEA89A;
}
.AnyTagClassName
{
color: #BEA89A;
}
</style>
background-color css
<style>
a { background-color: #BEA89A; }
a { background-color: rgb(190,168,154); }
div.DivClassName
{
background-color: #BEA89A;
}
.BgClassName
{
background-color: #BEA89A;
}
</style>
border-color css
<style>
span { border-color: #BEA89A; }
span { border-color: rgb(190,168,154); }
td.TdClassName
{
border-color: #BEA89A;
}
.TagClassName
{
border-color: #BEA89A;
}
</style>