Shades of Silk #BEA898
Tints of Silk #BEA898
RGB
CMYK
RGB Variations
Color information
#BEA898 (or 0xBEA898) is known color: Silk. HEX triplet: BE, A8 and 98. RGB value is (190,168,152). Sum of RGB (Red+Green+Blue) = 190+168+152=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA898 is #415767. Grayscale: #ACACAC. Windows color (decimal): -4282216 or 10004670. OLE color: 10004670.
HSL color Cylindrical-coordinate representation of color #BEA898: hue angle of 25.26º 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 #BEA898 is Cyan = 0, Magento = 0.12, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 152 | - |
| CMYK | 0 | 0.12 | 0.2 | 0.25 |
| HSL | 25.26º | 0.23% | 0.67% | - |
| HSV(B) | 25.26º | 0.2% | 0.75% | - |
| XYZ | 40.91 | 41.22 | 35.51 | - |
| YUV | 172.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 152 | 0 | 0.12 | 0.2 | 0.25 | 25.26 | 0.23 | 0.67 |
| Hex | BE | A8 | 98 | 0 | C | 14 | 19 | 19 | 17 | 43 |
| Octal | 276 | 250 | 230 | 0 | 14 | 24 | 31 | 31 | 27 | 103 |
| Binary | 10111110 | 10101000 | 10011000 | 0 | 1100 | 10100 | 11001 | 11001 | 10111 | 1000011 |
Color Harmonies of #BEA898
Complementary color
Monochromatic Colors of #BEA898
Black with #BEA898
Text Example
Text Example
White with #BEA898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA898; }
p { color: rgb(190,168,152); }
H1.HeaderClassName
{
color: #BEA898;
}
.AnyTagClassName
{
color: #BEA898;
}
</style>
background-color css
<style>
a { background-color: #BEA898; }
a { background-color: rgb(190,168,152); }
div.DivClassName
{
background-color: #BEA898;
}
.BgClassName
{
background-color: #BEA898;
}
</style>
border-color css
<style>
span { border-color: #BEA898; }
span { border-color: rgb(190,168,152); }
td.TdClassName
{
border-color: #BEA898;
}
.TagClassName
{
border-color: #BEA898;
}
</style>