Shades of Del Rio #BEA195
Tints of Del Rio #BEA195
RGB
CMYK
RGB Variations
Color information
#BEA195 (or 0xBEA195) is known color: Del Rio. HEX triplet: BE, A1 and 95. RGB value is (190,161,149). Sum of RGB (Red+Green+Blue) = 190+161+149=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA195 is #415E6A. Grayscale: #A8A8A8. Windows color (decimal): -4284011 or 9806270. OLE color: 9806270.
HSL color Cylindrical-coordinate representation of color #BEA195: hue angle of 17.56º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEA195 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 149 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.25 |
| HSL | 17.56º | 0.24% | 0.66% | - |
| HSV(B) | 17.56º | 0.22% | 0.75% | - |
| XYZ | 39.4 | 38.61 | 33.81 | - |
| YUV | 168.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 149 | 0 | 0.15 | 0.22 | 0.25 | 17.56 | 0.24 | 0.66 |
| Hex | BE | A1 | 95 | 0 | F | 16 | 19 | 12 | 18 | 42 |
| Octal | 276 | 241 | 225 | 0 | 17 | 26 | 31 | 22 | 30 | 102 |
| Binary | 10111110 | 10100001 | 10010101 | 0 | 1111 | 10110 | 11001 | 10010 | 11000 | 1000010 |
Color Harmonies of #BEA195
Complementary color
Monochromatic Colors of #BEA195
Black with #BEA195
Text Example
Text Example
White with #BEA195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA195; }
p { color: rgb(190,161,149); }
H1.HeaderClassName
{
color: #BEA195;
}
.AnyTagClassName
{
color: #BEA195;
}
</style>
background-color css
<style>
a { background-color: #BEA195; }
a { background-color: rgb(190,161,149); }
div.DivClassName
{
background-color: #BEA195;
}
.BgClassName
{
background-color: #BEA195;
}
</style>
border-color css
<style>
span { border-color: #BEA195; }
span { border-color: rgb(190,161,149); }
td.TdClassName
{
border-color: #BEA195;
}
.TagClassName
{
border-color: #BEA195;
}
</style>