Shades of Del Rio #BEA192
Tints of Del Rio #BEA192
RGB
CMYK
RGB Variations
Color information
#BEA192 (or 0xBEA192) is known color: Del Rio. HEX triplet: BE, A1 and 92. RGB value is (190,161,146). Sum of RGB (Red+Green+Blue) = 190+161+146=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA192 is #415E6D. Grayscale: #A8A8A8. Windows color (decimal): -4284014 or 9609662. OLE color: 9609662.
HSL color Cylindrical-coordinate representation of color #BEA192: hue angle of 20.45º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEA192 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 146 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.25 |
| HSL | 20.45º | 0.25% | 0.66% | - |
| HSV(B) | 20.45º | 0.23% | 0.75% | - |
| XYZ | 39.17 | 38.51 | 32.56 | - |
| YUV | 167.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 146 | 0 | 0.15 | 0.23 | 0.25 | 20.45 | 0.25 | 0.66 |
| Hex | BE | A1 | 92 | 0 | F | 17 | 19 | 14 | 19 | 42 |
| Octal | 276 | 241 | 222 | 0 | 17 | 27 | 31 | 24 | 31 | 102 |
| Binary | 10111110 | 10100001 | 10010010 | 0 | 1111 | 10111 | 11001 | 10100 | 11001 | 1000010 |
Color Harmonies of #BEA192
Complementary color
Monochromatic Colors of #BEA192
Black with #BEA192
Text Example
Text Example
White with #BEA192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA192; }
p { color: rgb(190,161,146); }
H1.HeaderClassName
{
color: #BEA192;
}
.AnyTagClassName
{
color: #BEA192;
}
</style>
background-color css
<style>
a { background-color: #BEA192; }
a { background-color: rgb(190,161,146); }
div.DivClassName
{
background-color: #BEA192;
}
.BgClassName
{
background-color: #BEA192;
}
</style>
border-color css
<style>
span { border-color: #BEA192; }
span { border-color: rgb(190,161,146); }
td.TdClassName
{
border-color: #BEA192;
}
.TagClassName
{
border-color: #BEA192;
}
</style>