Shades of Ash #BEBAA7
Tints of Ash #BEBAA7
RGB
CMYK
RGB Variations
Color information
#BEBAA7 (or 0xBEBAA7) is known color: Ash. HEX triplet: BE, BA and A7. RGB value is (190,186,167). Sum of RGB (Red+Green+Blue) = 190+186+167=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 167 (65.62% from 255 or 30.76% from 543); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBAA7 is #414558. Grayscale: #B9B9B9. Windows color (decimal): -4277593 or 10992318. OLE color: 10992318.
HSL color Cylindrical-coordinate representation of color #BEBAA7: hue angle of 49.57º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEBAA7 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 167 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.25 |
| HSL | 49.57º | 0.15% | 0.7% | - |
| HSV(B) | 49.57º | 0.12% | 0.75% | - |
| XYZ | 45.77 | 48.85 | 43.58 | - |
| YUV | 185.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 167 | 0 | 0.02 | 0.12 | 0.25 | 49.57 | 0.15 | 0.7 |
| Hex | BE | BA | A7 | 0 | 2 | C | 19 | 32 | F | 46 |
| Octal | 276 | 272 | 247 | 0 | 2 | 14 | 31 | 62 | 17 | 106 |
| Binary | 10111110 | 10111010 | 10100111 | 0 | 10 | 1100 | 11001 | 110010 | 1111 | 1000110 |
Color Harmonies of #BEBAA7
Complementary color
Monochromatic Colors of #BEBAA7
Black with #BEBAA7
Text Example
Text Example
White with #BEBAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBAA7; }
p { color: rgb(190,186,167); }
H1.HeaderClassName
{
color: #BEBAA7;
}
.AnyTagClassName
{
color: #BEBAA7;
}
</style>
background-color css
<style>
a { background-color: #BEBAA7; }
a { background-color: rgb(190,186,167); }
div.DivClassName
{
background-color: #BEBAA7;
}
.BgClassName
{
background-color: #BEBAA7;
}
</style>
border-color css
<style>
span { border-color: #BEBAA7; }
span { border-color: rgb(190,186,167); }
td.TdClassName
{
border-color: #BEBAA7;
}
.TagClassName
{
border-color: #BEBAA7;
}
</style>