Shades of Rodeo Dust #BAA388
Tints of Rodeo Dust #BAA388
RGB
CMYK
RGB Variations
Color information
#BAA388 (or 0xBAA388) is known color: Rodeo Dust. HEX triplet: BA, A3 and 88. RGB value is (186,163,136). Sum of RGB (Red+Green+Blue) = 186+163+136=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA388 is #455C77. Grayscale: #A6A6A6. Windows color (decimal): -4545656 or 8954810. OLE color: 8954810.
HSL color Cylindrical-coordinate representation of color #BAA388: hue angle of 32.4º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAA388 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 136 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.27 |
| HSL | 32.4º | 0.27% | 0.63% | - |
| HSV(B) | 32.4º | 0.27% | 0.73% | - |
| XYZ | 37.79 | 38.41 | 28.71 | - |
| YUV | 166.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 136 | 0 | 0.12 | 0.27 | 0.27 | 32.4 | 0.27 | 0.63 |
| Hex | BA | A3 | 88 | 0 | C | 1B | 1B | 20 | 1B | 3F |
| Octal | 272 | 243 | 210 | 0 | 14 | 33 | 33 | 40 | 33 | 77 |
| Binary | 10111010 | 10100011 | 10001000 | 0 | 1100 | 11011 | 11011 | 100000 | 11011 | 111111 |
Color Harmonies of #BAA388
Complementary color
Monochromatic Colors of #BAA388
Black with #BAA388
Text Example
Text Example
White with #BAA388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA388; }
p { color: rgb(186,163,136); }
H1.HeaderClassName
{
color: #BAA388;
}
.AnyTagClassName
{
color: #BAA388;
}
</style>
background-color css
<style>
a { background-color: #BAA388; }
a { background-color: rgb(186,163,136); }
div.DivClassName
{
background-color: #BAA388;
}
.BgClassName
{
background-color: #BAA388;
}
</style>
border-color css
<style>
span { border-color: #BAA388; }
span { border-color: rgb(186,163,136); }
td.TdClassName
{
border-color: #BAA388;
}
.TagClassName
{
border-color: #BAA388;
}
</style>