Shades of Silk #BEAB9D
Tints of Silk #BEAB9D
RGB
CMYK
RGB Variations
Color information
#BEAB9D (or 0xBEAB9D) is known color: Silk. HEX triplet: BE, AB and 9D. RGB value is (190,171,157). Sum of RGB (Red+Green+Blue) = 190+171+157=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAB9D is #415462. Grayscale: #AFAFAF. Windows color (decimal): -4281443 or 10333118. OLE color: 10333118.
HSL color Cylindrical-coordinate representation of color #BEAB9D: hue angle of 25.45º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEAB9D is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 157 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.25 |
| HSL | 25.45º | 0.2% | 0.68% | - |
| HSV(B) | 25.45º | 0.17% | 0.75% | - |
| XYZ | 41.88 | 42.51 | 37.9 | - |
| YUV | 175.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 157 | 0 | 0.10 | 0.17 | 0.25 | 25.45 | 0.2 | 0.68 |
| Hex | BE | AB | 9D | 0 | A | 11 | 19 | 19 | 14 | 44 |
| Octal | 276 | 253 | 235 | 0 | 12 | 21 | 31 | 31 | 24 | 104 |
| Binary | 10111110 | 10101011 | 10011101 | 0 | 1010 | 10001 | 11001 | 11001 | 10100 | 1000100 |
Color Harmonies of #BEAB9D
Complementary color
Monochromatic Colors of #BEAB9D
Black with #BEAB9D
Text Example
Text Example
White with #BEAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAB9D; }
p { color: rgb(190,171,157); }
H1.HeaderClassName
{
color: #BEAB9D;
}
.AnyTagClassName
{
color: #BEAB9D;
}
</style>
background-color css
<style>
a { background-color: #BEAB9D; }
a { background-color: rgb(190,171,157); }
div.DivClassName
{
background-color: #BEAB9D;
}
.BgClassName
{
background-color: #BEAB9D;
}
</style>
border-color css
<style>
span { border-color: #BEAB9D; }
span { border-color: rgb(190,171,157); }
td.TdClassName
{
border-color: #BEAB9D;
}
.TagClassName
{
border-color: #BEAB9D;
}
</style>