Shades of Rodeo Dust #BAA38D
Tints of Rodeo Dust #BAA38D
RGB
CMYK
RGB Variations
Color information
#BAA38D (or 0xBAA38D) is known color: Rodeo Dust. HEX triplet: BA, A3 and 8D. RGB value is (186,163,141). Sum of RGB (Red+Green+Blue) = 186+163+141=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA38D is #455C72. Grayscale: #A7A7A7. Windows color (decimal): -4545651 or 9282490. OLE color: 9282490.
HSL color Cylindrical-coordinate representation of color #BAA38D: hue angle of 29.33º degrees, saturation: 0.25, 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 #BAA38D is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 141 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.27 |
| HSL | 29.33º | 0.25% | 0.64% | - |
| HSV(B) | 29.33º | 0.24% | 0.73% | - |
| XYZ | 38.15 | 38.56 | 30.63 | - |
| YUV | 167.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 141 | 0 | 0.12 | 0.24 | 0.27 | 29.33 | 0.25 | 0.64 |
| Hex | BA | A3 | 8D | 0 | C | 18 | 1B | 1D | 19 | 40 |
| Octal | 272 | 243 | 215 | 0 | 14 | 30 | 33 | 35 | 31 | 100 |
| Binary | 10111010 | 10100011 | 10001101 | 0 | 1100 | 11000 | 11011 | 11101 | 11001 | 1000000 |
Color Harmonies of #BAA38D
Complementary color
Monochromatic Colors of #BAA38D
Black with #BAA38D
Text Example
Text Example
White with #BAA38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA38D; }
p { color: rgb(186,163,141); }
H1.HeaderClassName
{
color: #BAA38D;
}
.AnyTagClassName
{
color: #BAA38D;
}
</style>
background-color css
<style>
a { background-color: #BAA38D; }
a { background-color: rgb(186,163,141); }
div.DivClassName
{
background-color: #BAA38D;
}
.BgClassName
{
background-color: #BAA38D;
}
</style>
border-color css
<style>
span { border-color: #BAA38D; }
span { border-color: rgb(186,163,141); }
td.TdClassName
{
border-color: #BAA38D;
}
.TagClassName
{
border-color: #BAA38D;
}
</style>