Shades of Del Rio #BAA392
Tints of Del Rio #BAA392
RGB
CMYK
RGB Variations
Color information
#BAA392 (or 0xBAA392) is known color: Del Rio. HEX triplet: BA, A3 and 92. RGB value is (186,163,146). Sum of RGB (Red+Green+Blue) = 186+163+146=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA392 is #455C6D. Grayscale: #A8A8A8. Windows color (decimal): -4545646 or 9610170. OLE color: 9610170.
HSL color Cylindrical-coordinate representation of color #BAA392: hue angle of 25.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAA392 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 146 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.27 |
| HSL | 25.5º | 0.22% | 0.65% | - |
| HSV(B) | 25.5º | 0.22% | 0.73% | - |
| XYZ | 38.54 | 38.71 | 32.63 | - |
| YUV | 167.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 146 | 0 | 0.12 | 0.22 | 0.27 | 25.5 | 0.22 | 0.65 |
| Hex | BA | A3 | 92 | 0 | C | 16 | 1B | 1A | 16 | 41 |
| Octal | 272 | 243 | 222 | 0 | 14 | 26 | 33 | 32 | 26 | 101 |
| Binary | 10111010 | 10100011 | 10010010 | 0 | 1100 | 10110 | 11011 | 11010 | 10110 | 1000001 |
Color Harmonies of #BAA392
Complementary color
Monochromatic Colors of #BAA392
Black with #BAA392
Text Example
Text Example
White with #BAA392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA392; }
p { color: rgb(186,163,146); }
H1.HeaderClassName
{
color: #BAA392;
}
.AnyTagClassName
{
color: #BAA392;
}
</style>
background-color css
<style>
a { background-color: #BAA392; }
a { background-color: rgb(186,163,146); }
div.DivClassName
{
background-color: #BAA392;
}
.BgClassName
{
background-color: #BAA392;
}
</style>
border-color css
<style>
span { border-color: #BAA392; }
span { border-color: rgb(186,163,146); }
td.TdClassName
{
border-color: #BAA392;
}
.TagClassName
{
border-color: #BAA392;
}
</style>