Shades of Silk #BEAB99
Tints of Silk #BEAB99
RGB
CMYK
RGB Variations
Color information
#BEAB99 (or 0xBEAB99) is known color: Silk. HEX triplet: BE, AB and 99. RGB value is (190,171,153). Sum of RGB (Red+Green+Blue) = 190+171+153=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAB99 is #415466. Grayscale: #AEAEAE. Windows color (decimal): -4281447 or 10070974. OLE color: 10070974.
HSL color Cylindrical-coordinate representation of color #BEAB99: hue angle of 29.19º 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 #BEAB99 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 153 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.25 |
| HSL | 29.19º | 0.22% | 0.67% | - |
| HSV(B) | 29.19º | 0.19% | 0.75% | - |
| XYZ | 41.55 | 42.37 | 36.13 | - |
| YUV | 174.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 153 | 0 | 0.10 | 0.19 | 0.25 | 29.19 | 0.22 | 0.67 |
| Hex | BE | AB | 99 | 0 | A | 13 | 19 | 1D | 16 | 43 |
| Octal | 276 | 253 | 231 | 0 | 12 | 23 | 31 | 35 | 26 | 103 |
| Binary | 10111110 | 10101011 | 10011001 | 0 | 1010 | 10011 | 11001 | 11101 | 10110 | 1000011 |
Color Harmonies of #BEAB99
Complementary color
Monochromatic Colors of #BEAB99
Black with #BEAB99
Text Example
Text Example
White with #BEAB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAB99; }
p { color: rgb(190,171,153); }
H1.HeaderClassName
{
color: #BEAB99;
}
.AnyTagClassName
{
color: #BEAB99;
}
</style>
background-color css
<style>
a { background-color: #BEAB99; }
a { background-color: rgb(190,171,153); }
div.DivClassName
{
background-color: #BEAB99;
}
.BgClassName
{
background-color: #BEAB99;
}
</style>
border-color css
<style>
span { border-color: #BEAB99; }
span { border-color: rgb(190,171,153); }
td.TdClassName
{
border-color: #BEAB99;
}
.TagClassName
{
border-color: #BEAB99;
}
</style>