Shades of Del Rio #BAA393
Tints of Del Rio #BAA393
RGB
CMYK
RGB Variations
Color information
#BAA393 (or 0xBAA393) is known color: Del Rio. HEX triplet: BA, A3 and 93. RGB value is (186,163,147). Sum of RGB (Red+Green+Blue) = 186+163+147=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA393 is #455C6C. Grayscale: #A8A8A8. Windows color (decimal): -4545645 or 9675706. OLE color: 9675706.
HSL color Cylindrical-coordinate representation of color #BAA393: hue angle of 24.62º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAA393 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 147 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.27 |
| HSL | 24.62º | 0.22% | 0.65% | - |
| HSV(B) | 24.62º | 0.21% | 0.73% | - |
| XYZ | 38.61 | 38.74 | 33.05 | - |
| YUV | 168.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 147 | 0 | 0.12 | 0.21 | 0.27 | 24.62 | 0.22 | 0.65 |
| Hex | BA | A3 | 93 | 0 | C | 15 | 1B | 19 | 16 | 41 |
| Octal | 272 | 243 | 223 | 0 | 14 | 25 | 33 | 31 | 26 | 101 |
| Binary | 10111010 | 10100011 | 10010011 | 0 | 1100 | 10101 | 11011 | 11001 | 10110 | 1000001 |
Color Harmonies of #BAA393
Complementary color
Monochromatic Colors of #BAA393
Black with #BAA393
Text Example
Text Example
White with #BAA393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA393; }
p { color: rgb(186,163,147); }
H1.HeaderClassName
{
color: #BAA393;
}
.AnyTagClassName
{
color: #BAA393;
}
</style>
background-color css
<style>
a { background-color: #BAA393; }
a { background-color: rgb(186,163,147); }
div.DivClassName
{
background-color: #BAA393;
}
.BgClassName
{
background-color: #BAA393;
}
</style>
border-color css
<style>
span { border-color: #BAA393; }
span { border-color: rgb(186,163,147); }
td.TdClassName
{
border-color: #BAA393;
}
.TagClassName
{
border-color: #BAA393;
}
</style>