Shades of Del Rio #BAA396
Tints of Del Rio #BAA396
RGB
CMYK
RGB Variations
Color information
#BAA396 (or 0xBAA396) is known color: Del Rio. HEX triplet: BA, A3 and 96. RGB value is (186,163,150). Sum of RGB (Red+Green+Blue) = 186+163+150=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA396 is #455C69. Grayscale: #A8A8A8. Windows color (decimal): -4545642 or 9872314. OLE color: 9872314.
HSL color Cylindrical-coordinate representation of color #BAA396: hue angle of 21.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAA396 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 150 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.27 |
| HSL | 21.67º | 0.21% | 0.66% | - |
| HSV(B) | 21.67º | 0.19% | 0.73% | - |
| XYZ | 38.85 | 38.84 | 34.3 | - |
| YUV | 168.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 150 | 0 | 0.12 | 0.19 | 0.27 | 21.67 | 0.21 | 0.66 |
| Hex | BA | A3 | 96 | 0 | C | 13 | 1B | 16 | 15 | 42 |
| Octal | 272 | 243 | 226 | 0 | 14 | 23 | 33 | 26 | 25 | 102 |
| Binary | 10111010 | 10100011 | 10010110 | 0 | 1100 | 10011 | 11011 | 10110 | 10101 | 1000010 |
Color Harmonies of #BAA396
Complementary color
Monochromatic Colors of #BAA396
Black with #BAA396
Text Example
Text Example
White with #BAA396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA396; }
p { color: rgb(186,163,150); }
H1.HeaderClassName
{
color: #BAA396;
}
.AnyTagClassName
{
color: #BAA396;
}
</style>
background-color css
<style>
a { background-color: #BAA396; }
a { background-color: rgb(186,163,150); }
div.DivClassName
{
background-color: #BAA396;
}
.BgClassName
{
background-color: #BAA396;
}
</style>
border-color css
<style>
span { border-color: #BAA396; }
span { border-color: rgb(186,163,150); }
td.TdClassName
{
border-color: #BAA396;
}
.TagClassName
{
border-color: #BAA396;
}
</style>