Shades of Del Rio #BEA496
Tints of Del Rio #BEA496
RGB
CMYK
RGB Variations
Color information
#BEA496 (or 0xBEA496) is known color: Del Rio. HEX triplet: BE, A4 and 96. RGB value is (190,164,150). Sum of RGB (Red+Green+Blue) = 190+164+150=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA496 is #415B69. Grayscale: #AAAAAA. Windows color (decimal): -4283242 or 9872574. OLE color: 9872574.
HSL color Cylindrical-coordinate representation of color #BEA496: hue angle of 21º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEA496 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 164 | 150 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.25 |
| HSL | 21º | 0.24% | 0.67% | - |
| HSV(B) | 21º | 0.21% | 0.75% | - |
| XYZ | 40.02 | 39.7 | 34.41 | - |
| YUV | 170.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 164 | 150 | 0 | 0.14 | 0.21 | 0.25 | 21 | 0.24 | 0.67 |
| Hex | BE | A4 | 96 | 0 | E | 15 | 19 | 15 | 18 | 43 |
| Octal | 276 | 244 | 226 | 0 | 16 | 25 | 31 | 25 | 30 | 103 |
| Binary | 10111110 | 10100100 | 10010110 | 0 | 1110 | 10101 | 11001 | 10101 | 11000 | 1000011 |
Color Harmonies of #BEA496
Complementary color
Monochromatic Colors of #BEA496
Black with #BEA496
Text Example
Text Example
White with #BEA496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA496; }
p { color: rgb(190,164,150); }
H1.HeaderClassName
{
color: #BEA496;
}
.AnyTagClassName
{
color: #BEA496;
}
</style>
background-color css
<style>
a { background-color: #BEA496; }
a { background-color: rgb(190,164,150); }
div.DivClassName
{
background-color: #BEA496;
}
.BgClassName
{
background-color: #BEA496;
}
</style>
border-color css
<style>
span { border-color: #BEA496; }
span { border-color: rgb(190,164,150); }
td.TdClassName
{
border-color: #BEA496;
}
.TagClassName
{
border-color: #BEA496;
}
</style>