Shades of Del Rio #BAA190
Tints of Del Rio #BAA190
RGB
CMYK
RGB Variations
Color information
#BAA190 (or 0xBAA190) is known color: Del Rio. HEX triplet: BA, A1 and 90. RGB value is (186,161,144). Sum of RGB (Red+Green+Blue) = 186+161+144=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA190 is #455E6F. Grayscale: #A6A6A6. Windows color (decimal): -4546160 or 9478586. OLE color: 9478586.
HSL color Cylindrical-coordinate representation of color #BAA190: hue angle of 24.29º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAA190 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 144 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.27 |
| HSL | 24.29º | 0.23% | 0.65% | - |
| HSV(B) | 24.29º | 0.23% | 0.73% | - |
| XYZ | 38.03 | 37.94 | 31.7 | - |
| YUV | 166.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 144 | 0 | 0.13 | 0.23 | 0.27 | 24.29 | 0.23 | 0.65 |
| Hex | BA | A1 | 90 | 0 | D | 17 | 1B | 18 | 17 | 41 |
| Octal | 272 | 241 | 220 | 0 | 15 | 27 | 33 | 30 | 27 | 101 |
| Binary | 10111010 | 10100001 | 10010000 | 0 | 1101 | 10111 | 11011 | 11000 | 10111 | 1000001 |
Color Harmonies of #BAA190
Complementary color
Monochromatic Colors of #BAA190
Black with #BAA190
Text Example
Text Example
White with #BAA190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA190; }
p { color: rgb(186,161,144); }
H1.HeaderClassName
{
color: #BAA190;
}
.AnyTagClassName
{
color: #BAA190;
}
</style>
background-color css
<style>
a { background-color: #BAA190; }
a { background-color: rgb(186,161,144); }
div.DivClassName
{
background-color: #BAA190;
}
.BgClassName
{
background-color: #BAA190;
}
</style>
border-color css
<style>
span { border-color: #BAA190; }
span { border-color: rgb(186,161,144); }
td.TdClassName
{
border-color: #BAA190;
}
.TagClassName
{
border-color: #BAA190;
}
</style>