Shades of Silk #BEB0A1
Tints of Silk #BEB0A1
RGB
CMYK
RGB Variations
Color information
#BEB0A1 (or 0xBEB0A1) is known color: Silk. HEX triplet: BE, B0 and A1. RGB value is (190,176,161). Sum of RGB (Red+Green+Blue) = 190+176+161=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB0A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB0A1 is #414F5E. Grayscale: #B2B2B2. Windows color (decimal): -4280159 or 10596542. OLE color: 10596542.
HSL color Cylindrical-coordinate representation of color #BEB0A1: hue angle of 31.03º 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 #BEB0A1 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 176 | 161 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.25 |
| HSL | 31.03º | 0.18% | 0.69% | - |
| HSV(B) | 31.03º | 0.15% | 0.75% | - |
| XYZ | 43.19 | 44.57 | 40.04 | - |
| YUV | 178.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 161 | 0 | 0.07 | 0.15 | 0.25 | 31.03 | 0.18 | 0.69 |
| Hex | BE | B0 | A1 | 0 | 7 | F | 19 | 1F | 12 | 45 |
| Octal | 276 | 260 | 241 | 0 | 7 | 17 | 31 | 37 | 22 | 105 |
| Binary | 10111110 | 10110000 | 10100001 | 0 | 111 | 1111 | 11001 | 11111 | 10010 | 1000101 |
Color Harmonies of #BEB0A1
Complementary color
Monochromatic Colors of #BEB0A1
Black with #BEB0A1
Text Example
Text Example
White with #BEB0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB0A1; }
p { color: rgb(190,176,161); }
H1.HeaderClassName
{
color: #BEB0A1;
}
.AnyTagClassName
{
color: #BEB0A1;
}
</style>
background-color css
<style>
a { background-color: #BEB0A1; }
a { background-color: rgb(190,176,161); }
div.DivClassName
{
background-color: #BEB0A1;
}
.BgClassName
{
background-color: #BEB0A1;
}
</style>
border-color css
<style>
span { border-color: #BEB0A1; }
span { border-color: rgb(190,176,161); }
td.TdClassName
{
border-color: #BEB0A1;
}
.TagClassName
{
border-color: #BEB0A1;
}
</style>