Shades of Silk #BEA893
Tints of Silk #BEA893
RGB
CMYK
RGB Variations
Color information
#BEA893 (or 0xBEA893) is known color: Silk. HEX triplet: BE, A8 and 93. RGB value is (190,168,147). Sum of RGB (Red+Green+Blue) = 190+168+147=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA893 is #41576C. Grayscale: #ACACAC. Windows color (decimal): -4282221 or 9676990. OLE color: 9676990.
HSL color Cylindrical-coordinate representation of color #BEA893: hue angle of 29.3º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEA893 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 147 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.25 |
| HSL | 29.3º | 0.25% | 0.66% | - |
| HSV(B) | 29.3º | 0.23% | 0.75% | - |
| XYZ | 40.5 | 41.06 | 33.39 | - |
| YUV | 172.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 147 | 0 | 0.12 | 0.23 | 0.25 | 29.3 | 0.25 | 0.66 |
| Hex | BE | A8 | 93 | 0 | C | 17 | 19 | 1D | 19 | 42 |
| Octal | 276 | 250 | 223 | 0 | 14 | 27 | 31 | 35 | 31 | 102 |
| Binary | 10111110 | 10101000 | 10010011 | 0 | 1100 | 10111 | 11001 | 11101 | 11001 | 1000010 |
Color Harmonies of #BEA893
Complementary color
Monochromatic Colors of #BEA893
Black with #BEA893
Text Example
Text Example
White with #BEA893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA893; }
p { color: rgb(190,168,147); }
H1.HeaderClassName
{
color: #BEA893;
}
.AnyTagClassName
{
color: #BEA893;
}
</style>
background-color css
<style>
a { background-color: #BEA893; }
a { background-color: rgb(190,168,147); }
div.DivClassName
{
background-color: #BEA893;
}
.BgClassName
{
background-color: #BEA893;
}
</style>
border-color css
<style>
span { border-color: #BEA893; }
span { border-color: rgb(190,168,147); }
td.TdClassName
{
border-color: #BEA893;
}
.TagClassName
{
border-color: #BEA893;
}
</style>