Shades of Silk #BEB1A1
Tints of Silk #BEB1A1
RGB
CMYK
RGB Variations
Color information
#BEB1A1 (or 0xBEB1A1) is known color: Silk. HEX triplet: BE, B1 and A1. RGB value is (190,177,161). Sum of RGB (Red+Green+Blue) = 190+177+161=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB1A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB1A1 is #414E5E. Grayscale: #B3B3B3. Windows color (decimal): -4279903 or 10596798. OLE color: 10596798.
HSL color Cylindrical-coordinate representation of color #BEB1A1: hue angle of 33.1º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEB1A1 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 161 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.25 |
| HSL | 33.1º | 0.18% | 0.69% | - |
| HSV(B) | 33.1º | 0.15% | 0.75% | - |
| XYZ | 43.39 | 44.96 | 40.11 | - |
| YUV | 179.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 161 | 0 | 0.07 | 0.15 | 0.25 | 33.1 | 0.18 | 0.69 |
| Hex | BE | B1 | A1 | 0 | 7 | F | 19 | 21 | 12 | 45 |
| Octal | 276 | 261 | 241 | 0 | 7 | 17 | 31 | 41 | 22 | 105 |
| Binary | 10111110 | 10110001 | 10100001 | 0 | 111 | 1111 | 11001 | 100001 | 10010 | 1000101 |
Color Harmonies of #BEB1A1
Complementary color
Monochromatic Colors of #BEB1A1
Black with #BEB1A1
Text Example
Text Example
White with #BEB1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB1A1; }
p { color: rgb(190,177,161); }
H1.HeaderClassName
{
color: #BEB1A1;
}
.AnyTagClassName
{
color: #BEB1A1;
}
</style>
background-color css
<style>
a { background-color: #BEB1A1; }
a { background-color: rgb(190,177,161); }
div.DivClassName
{
background-color: #BEB1A1;
}
.BgClassName
{
background-color: #BEB1A1;
}
</style>
border-color css
<style>
span { border-color: #BEB1A1; }
span { border-color: rgb(190,177,161); }
td.TdClassName
{
border-color: #BEB1A1;
}
.TagClassName
{
border-color: #BEB1A1;
}
</style>