Shades of Dusty Grey #BEA1A1
Tints of Dusty Grey #BEA1A1
RGB
CMYK
RGB Variations
Color information
#BEA1A1 (or 0xBEA1A1) is known color: Dusty Grey. HEX triplet: BE, A1 and A1. RGB value is (190,161,161). Sum of RGB (Red+Green+Blue) = 190+161+161=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA1A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA1A1 is #415E5E. Grayscale: #A9A9A9. Windows color (decimal): -4283999 or 10592702. OLE color: 10592702.
HSL color Cylindrical-coordinate representation of color #BEA1A1: hue angle of 0º 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 #BEA1A1 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 161 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.25 |
| HSL | 0º | 0.18% | 0.69% | - |
| HSV(B) | 0º | 0.15% | 0.75% | - |
| XYZ | 40.41 | 39.01 | 39.12 | - |
| YUV | 169.67 | 123.11 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 161 | 0 | 0.15 | 0.15 | 0.25 | 0 | 0.18 | 0.69 |
| Hex | BE | A1 | A1 | 0 | F | F | 19 | 0 | 12 | 45 |
| Octal | 276 | 241 | 241 | 0 | 17 | 17 | 31 | 0 | 22 | 105 |
| Binary | 10111110 | 10100001 | 10100001 | 0 | 1111 | 1111 | 11001 | 0 | 10010 | 1000101 |
Color Harmonies of #BEA1A1
Complementary color
Monochromatic Colors of #BEA1A1
Black with #BEA1A1
Text Example
Text Example
White with #BEA1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA1A1; }
p { color: rgb(190,161,161); }
H1.HeaderClassName
{
color: #BEA1A1;
}
.AnyTagClassName
{
color: #BEA1A1;
}
</style>
background-color css
<style>
a { background-color: #BEA1A1; }
a { background-color: rgb(190,161,161); }
div.DivClassName
{
background-color: #BEA1A1;
}
.BgClassName
{
background-color: #BEA1A1;
}
</style>
border-color css
<style>
span { border-color: #BEA1A1; }
span { border-color: rgb(190,161,161); }
td.TdClassName
{
border-color: #BEA1A1;
}
.TagClassName
{
border-color: #BEA1A1;
}
</style>