Shades of Del Rio #BEA393
Tints of Del Rio #BEA393
RGB
CMYK
RGB Variations
Color information
#BEA393 (or 0xBEA393) is known color: Del Rio. HEX triplet: BE, A3 and 93. RGB value is (190,163,147). Sum of RGB (Red+Green+Blue) = 190+163+147=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA393 is #415C6C. Grayscale: #A9A9A9. Windows color (decimal): -4283501 or 9675710. OLE color: 9675710.
HSL color Cylindrical-coordinate representation of color #BEA393: hue angle of 22.33º 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 #BEA393 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 163 | 147 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.25 |
| HSL | 22.33º | 0.25% | 0.66% | - |
| HSV(B) | 22.33º | 0.23% | 0.75% | - |
| XYZ | 39.6 | 39.25 | 33.09 | - |
| YUV | 169.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 147 | 0 | 0.14 | 0.23 | 0.25 | 22.33 | 0.25 | 0.66 |
| Hex | BE | A3 | 93 | 0 | E | 17 | 19 | 16 | 19 | 42 |
| Octal | 276 | 243 | 223 | 0 | 16 | 27 | 31 | 26 | 31 | 102 |
| Binary | 10111110 | 10100011 | 10010011 | 0 | 1110 | 10111 | 11001 | 10110 | 11001 | 1000010 |
Color Harmonies of #BEA393
Complementary color
Monochromatic Colors of #BEA393
Black with #BEA393
Text Example
Text Example
White with #BEA393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA393; }
p { color: rgb(190,163,147); }
H1.HeaderClassName
{
color: #BEA393;
}
.AnyTagClassName
{
color: #BEA393;
}
</style>
background-color css
<style>
a { background-color: #BEA393; }
a { background-color: rgb(190,163,147); }
div.DivClassName
{
background-color: #BEA393;
}
.BgClassName
{
background-color: #BEA393;
}
</style>
border-color css
<style>
span { border-color: #BEA393; }
span { border-color: rgb(190,163,147); }
td.TdClassName
{
border-color: #BEA393;
}
.TagClassName
{
border-color: #BEA393;
}
</style>