Shades of Rodeo Dust #BAA38E
Tints of Rodeo Dust #BAA38E
RGB
CMYK
RGB Variations
Color information
#BAA38E (or 0xBAA38E) is known color: Rodeo Dust. HEX triplet: BA, A3 and 8E. RGB value is (186,163,142). Sum of RGB (Red+Green+Blue) = 186+163+142=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA38E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA38E is #455C71. Grayscale: #A7A7A7. Windows color (decimal): -4545650 or 9348026. OLE color: 9348026.
HSL color Cylindrical-coordinate representation of color #BAA38E: hue angle of 28.64º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAA38E is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 142 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.27 |
| HSL | 28.64º | 0.24% | 0.64% | - |
| HSV(B) | 28.64º | 0.24% | 0.73% | - |
| XYZ | 38.23 | 38.59 | 31.02 | - |
| YUV | 167.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 142 | 0 | 0.12 | 0.24 | 0.27 | 28.64 | 0.24 | 0.64 |
| Hex | BA | A3 | 8E | 0 | C | 18 | 1B | 1D | 18 | 40 |
| Octal | 272 | 243 | 216 | 0 | 14 | 30 | 33 | 35 | 30 | 100 |
| Binary | 10111010 | 10100011 | 10001110 | 0 | 1100 | 11000 | 11011 | 11101 | 11000 | 1000000 |
Color Harmonies of #BAA38E
Complementary color
Monochromatic Colors of #BAA38E
Black with #BAA38E
Text Example
Text Example
White with #BAA38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA38E; }
p { color: rgb(186,163,142); }
H1.HeaderClassName
{
color: #BAA38E;
}
.AnyTagClassName
{
color: #BAA38E;
}
</style>
background-color css
<style>
a { background-color: #BAA38E; }
a { background-color: rgb(186,163,142); }
div.DivClassName
{
background-color: #BAA38E;
}
.BgClassName
{
background-color: #BAA38E;
}
</style>
border-color css
<style>
span { border-color: #BAA38E; }
span { border-color: rgb(186,163,142); }
td.TdClassName
{
border-color: #BAA38E;
}
.TagClassName
{
border-color: #BAA38E;
}
</style>