Shades of Silk #BEABA0
Tints of Silk #BEABA0
RGB
CMYK
RGB Variations
Color information
#BEABA0 (or 0xBEABA0) is known color: Silk. HEX triplet: BE, AB and A0. RGB value is (190,171,160). Sum of RGB (Red+Green+Blue) = 190+171+160=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABA0 is #41545F. Grayscale: #AFAFAF. Windows color (decimal): -4281440 or 10529726. OLE color: 10529726.
HSL color Cylindrical-coordinate representation of color #BEABA0: hue angle of 22º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEABA0 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 160 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.25 |
| HSL | 22º | 0.19% | 0.69% | - |
| HSV(B) | 22º | 0.16% | 0.75% | - |
| XYZ | 42.14 | 42.61 | 39.26 | - |
| YUV | 175.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 160 | 0 | 0.10 | 0.16 | 0.25 | 22 | 0.19 | 0.69 |
| Hex | BE | AB | A0 | 0 | A | 10 | 19 | 16 | 13 | 45 |
| Octal | 276 | 253 | 240 | 0 | 12 | 20 | 31 | 26 | 23 | 105 |
| Binary | 10111110 | 10101011 | 10100000 | 0 | 1010 | 10000 | 11001 | 10110 | 10011 | 1000101 |
Color Harmonies of #BEABA0
Complementary color
Monochromatic Colors of #BEABA0
Black with #BEABA0
Text Example
Text Example
White with #BEABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEABA0; }
p { color: rgb(190,171,160); }
H1.HeaderClassName
{
color: #BEABA0;
}
.AnyTagClassName
{
color: #BEABA0;
}
</style>
background-color css
<style>
a { background-color: #BEABA0; }
a { background-color: rgb(190,171,160); }
div.DivClassName
{
background-color: #BEABA0;
}
.BgClassName
{
background-color: #BEABA0;
}
</style>
border-color css
<style>
span { border-color: #BEABA0; }
span { border-color: rgb(190,171,160); }
td.TdClassName
{
border-color: #BEABA0;
}
.TagClassName
{
border-color: #BEABA0;
}
</style>