Shades of Del Rio #BAA290
Tints of Del Rio #BAA290
RGB
CMYK
RGB Variations
Color information
#BAA290 (or 0xBAA290) is known color: Del Rio. HEX triplet: BA, A2 and 90. RGB value is (186,162,144). Sum of RGB (Red+Green+Blue) = 186+162+144=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA290 is #455D6F. Grayscale: #A7A7A7. Windows color (decimal): -4545904 or 9478842. OLE color: 9478842.
HSL color Cylindrical-coordinate representation of color #BAA290: hue angle of 25.71º 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 #BAA290 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 144 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.27 |
| HSL | 25.71º | 0.23% | 0.65% | - |
| HSV(B) | 25.71º | 0.23% | 0.73% | - |
| XYZ | 38.2 | 38.29 | 31.76 | - |
| YUV | 167.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 144 | 0 | 0.13 | 0.23 | 0.27 | 25.71 | 0.23 | 0.65 |
| Hex | BA | A2 | 90 | 0 | D | 17 | 1B | 1A | 17 | 41 |
| Octal | 272 | 242 | 220 | 0 | 15 | 27 | 33 | 32 | 27 | 101 |
| Binary | 10111010 | 10100010 | 10010000 | 0 | 1101 | 10111 | 11011 | 11010 | 10111 | 1000001 |
Color Harmonies of #BAA290
Complementary color
Monochromatic Colors of #BAA290
Black with #BAA290
Text Example
Text Example
White with #BAA290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA290; }
p { color: rgb(186,162,144); }
H1.HeaderClassName
{
color: #BAA290;
}
.AnyTagClassName
{
color: #BAA290;
}
</style>
background-color css
<style>
a { background-color: #BAA290; }
a { background-color: rgb(186,162,144); }
div.DivClassName
{
background-color: #BAA290;
}
.BgClassName
{
background-color: #BAA290;
}
</style>
border-color css
<style>
span { border-color: #BAA290; }
span { border-color: rgb(186,162,144); }
td.TdClassName
{
border-color: #BAA290;
}
.TagClassName
{
border-color: #BAA290;
}
</style>