Shades of Del Rio #BEA097
Tints of Del Rio #BEA097
RGB
CMYK
RGB Variations
Color information
#BEA097 (or 0xBEA097) is known color: Del Rio. HEX triplet: BE, A0 and 97. RGB value is (190,160,151). Sum of RGB (Red+Green+Blue) = 190+160+151=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA097 is #415F68. Grayscale: #A8A8A8. Windows color (decimal): -4284265 or 9937086. OLE color: 9937086.
HSL color Cylindrical-coordinate representation of color #BEA097: hue angle of 13.85º degrees, saturation: 0.23, 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 #BEA097 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 151 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.25 |
| HSL | 13.85º | 0.23% | 0.67% | - |
| HSV(B) | 13.85º | 0.21% | 0.75% | - |
| XYZ | 39.39 | 38.32 | 34.6 | - |
| YUV | 167.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 151 | 0 | 0.16 | 0.21 | 0.25 | 13.85 | 0.23 | 0.67 |
| Hex | BE | A0 | 97 | 0 | 10 | 15 | 19 | E | 17 | 43 |
| Octal | 276 | 240 | 227 | 0 | 20 | 25 | 31 | 16 | 27 | 103 |
| Binary | 10111110 | 10100000 | 10010111 | 0 | 10000 | 10101 | 11001 | 1110 | 10111 | 1000011 |
Color Harmonies of #BEA097
Complementary color
Monochromatic Colors of #BEA097
Black with #BEA097
Text Example
Text Example
White with #BEA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA097; }
p { color: rgb(190,160,151); }
H1.HeaderClassName
{
color: #BEA097;
}
.AnyTagClassName
{
color: #BEA097;
}
</style>
background-color css
<style>
a { background-color: #BEA097; }
a { background-color: rgb(190,160,151); }
div.DivClassName
{
background-color: #BEA097;
}
.BgClassName
{
background-color: #BEA097;
}
</style>
border-color css
<style>
span { border-color: #BEA097; }
span { border-color: rgb(190,160,151); }
td.TdClassName
{
border-color: #BEA097;
}
.TagClassName
{
border-color: #BEA097;
}
</style>