Shades of Silk #BEA998
Tints of Silk #BEA998
RGB
CMYK
RGB Variations
Color information
#BEA998 (or 0xBEA998) is known color: Silk. HEX triplet: BE, A9 and 98. RGB value is (190,169,152). Sum of RGB (Red+Green+Blue) = 190+169+152=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA998 is #415667. Grayscale: #ADADAD. Windows color (decimal): -4281960 or 10004926. OLE color: 10004926.
HSL color Cylindrical-coordinate representation of color #BEA998: hue angle of 26.84º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEA998 is Cyan = 0, Magento = 0.11, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 169 | 152 | - |
| CMYK | 0 | 0.11 | 0.2 | 0.25 |
| HSL | 26.84º | 0.23% | 0.67% | - |
| HSV(B) | 26.84º | 0.2% | 0.75% | - |
| XYZ | 41.09 | 41.59 | 35.57 | - |
| YUV | 173.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 169 | 152 | 0 | 0.11 | 0.2 | 0.25 | 26.84 | 0.23 | 0.67 |
| Hex | BE | A9 | 98 | 0 | B | 14 | 19 | 1B | 17 | 43 |
| Octal | 276 | 251 | 230 | 0 | 13 | 24 | 31 | 33 | 27 | 103 |
| Binary | 10111110 | 10101001 | 10011000 | 0 | 1011 | 10100 | 11001 | 11011 | 10111 | 1000011 |
Color Harmonies of #BEA998
Complementary color
Monochromatic Colors of #BEA998
Black with #BEA998
Text Example
Text Example
White with #BEA998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA998; }
p { color: rgb(190,169,152); }
H1.HeaderClassName
{
color: #BEA998;
}
.AnyTagClassName
{
color: #BEA998;
}
</style>
background-color css
<style>
a { background-color: #BEA998; }
a { background-color: rgb(190,169,152); }
div.DivClassName
{
background-color: #BEA998;
}
.BgClassName
{
background-color: #BEA998;
}
</style>
border-color css
<style>
span { border-color: #BEA998; }
span { border-color: rgb(190,169,152); }
td.TdClassName
{
border-color: #BEA998;
}
.TagClassName
{
border-color: #BEA998;
}
</style>