Shades of Rodeo Dust #BAA089
Tints of Rodeo Dust #BAA089
RGB
CMYK
RGB Variations
Color information
#BAA089 (or 0xBAA089) is known color: Rodeo Dust. HEX triplet: BA, A0 and 89. RGB value is (186,160,137). Sum of RGB (Red+Green+Blue) = 186+160+137=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA089 is #455F76. Grayscale: #A5A5A5. Windows color (decimal): -4546423 or 9019578. OLE color: 9019578.
HSL color Cylindrical-coordinate representation of color #BAA089: hue angle of 28.16º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAA089 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 137 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.27 |
| HSL | 28.16º | 0.26% | 0.63% | - |
| HSV(B) | 28.16º | 0.26% | 0.73% | - |
| XYZ | 37.34 | 37.39 | 28.92 | - |
| YUV | 165.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 137 | 0 | 0.14 | 0.26 | 0.27 | 28.16 | 0.26 | 0.63 |
| Hex | BA | A0 | 89 | 0 | E | 1A | 1B | 1C | 1A | 3F |
| Octal | 272 | 240 | 211 | 0 | 16 | 32 | 33 | 34 | 32 | 77 |
| Binary | 10111010 | 10100000 | 10001001 | 0 | 1110 | 11010 | 11011 | 11100 | 11010 | 111111 |
Color Harmonies of #BAA089
Complementary color
Monochromatic Colors of #BAA089
Black with #BAA089
Text Example
Text Example
White with #BAA089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA089; }
p { color: rgb(186,160,137); }
H1.HeaderClassName
{
color: #BAA089;
}
.AnyTagClassName
{
color: #BAA089;
}
</style>
background-color css
<style>
a { background-color: #BAA089; }
a { background-color: rgb(186,160,137); }
div.DivClassName
{
background-color: #BAA089;
}
.BgClassName
{
background-color: #BAA089;
}
</style>
border-color css
<style>
span { border-color: #BAA089; }
span { border-color: rgb(186,160,137); }
td.TdClassName
{
border-color: #BAA089;
}
.TagClassName
{
border-color: #BAA089;
}
</style>