Shades of Ash #BEB9A2
Tints of Ash #BEB9A2
RGB
CMYK
RGB Variations
Color information
#BEB9A2 (or 0xBEB9A2) is known color: Ash. HEX triplet: BE, B9 and A2. RGB value is (190,185,162). Sum of RGB (Red+Green+Blue) = 190+185+162=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 162 (63.67% from 255 or 30.17% from 537); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB9A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB9A2 is #41465D. Grayscale: #B7B7B7. Windows color (decimal): -4277854 or 10664382. OLE color: 10664382.
HSL color Cylindrical-coordinate representation of color #BEB9A2: hue angle of 49.29º 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 #BEB9A2 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 185 | 162 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.25 |
| HSL | 49.29º | 0.18% | 0.69% | - |
| HSV(B) | 49.29º | 0.15% | 0.75% | - |
| XYZ | 45.11 | 48.25 | 41.12 | - |
| YUV | 183.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 162 | 0 | 0.03 | 0.15 | 0.25 | 49.29 | 0.18 | 0.69 |
| Hex | BE | B9 | A2 | 0 | 3 | F | 19 | 31 | 12 | 45 |
| Octal | 276 | 271 | 242 | 0 | 3 | 17 | 31 | 61 | 22 | 105 |
| Binary | 10111110 | 10111001 | 10100010 | 0 | 11 | 1111 | 11001 | 110001 | 10010 | 1000101 |
Color Harmonies of #BEB9A2
Complementary color
Monochromatic Colors of #BEB9A2
Black with #BEB9A2
Text Example
Text Example
White with #BEB9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB9A2; }
p { color: rgb(190,185,162); }
H1.HeaderClassName
{
color: #BEB9A2;
}
.AnyTagClassName
{
color: #BEB9A2;
}
</style>
background-color css
<style>
a { background-color: #BEB9A2; }
a { background-color: rgb(190,185,162); }
div.DivClassName
{
background-color: #BEB9A2;
}
.BgClassName
{
background-color: #BEB9A2;
}
</style>
border-color css
<style>
span { border-color: #BEB9A2; }
span { border-color: rgb(190,185,162); }
td.TdClassName
{
border-color: #BEB9A2;
}
.TagClassName
{
border-color: #BEB9A2;
}
</style>