Shades of Rodeo Dust #BAA08B
Tints of Rodeo Dust #BAA08B
RGB
CMYK
RGB Variations
Color information
#BAA08B (or 0xBAA08B) is known color: Rodeo Dust. HEX triplet: BA, A0 and 8B. RGB value is (186,160,139). Sum of RGB (Red+Green+Blue) = 186+160+139=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA08B is #455F74. Grayscale: #A5A5A5. Windows color (decimal): -4546421 or 9150650. OLE color: 9150650.
HSL color Cylindrical-coordinate representation of color #BAA08B: hue angle of 26.81º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAA08B is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 139 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.27 |
| HSL | 26.81º | 0.25% | 0.64% | - |
| HSV(B) | 26.81º | 0.25% | 0.73% | - |
| XYZ | 37.48 | 37.44 | 29.68 | - |
| YUV | 165.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 139 | 0 | 0.14 | 0.25 | 0.27 | 26.81 | 0.25 | 0.64 |
| Hex | BA | A0 | 8B | 0 | E | 19 | 1B | 1B | 19 | 40 |
| Octal | 272 | 240 | 213 | 0 | 16 | 31 | 33 | 33 | 31 | 100 |
| Binary | 10111010 | 10100000 | 10001011 | 0 | 1110 | 11001 | 11011 | 11011 | 11001 | 1000000 |
Color Harmonies of #BAA08B
Complementary color
Monochromatic Colors of #BAA08B
Black with #BAA08B
Text Example
Text Example
White with #BAA08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA08B; }
p { color: rgb(186,160,139); }
H1.HeaderClassName
{
color: #BAA08B;
}
.AnyTagClassName
{
color: #BAA08B;
}
</style>
background-color css
<style>
a { background-color: #BAA08B; }
a { background-color: rgb(186,160,139); }
div.DivClassName
{
background-color: #BAA08B;
}
.BgClassName
{
background-color: #BAA08B;
}
</style>
border-color css
<style>
span { border-color: #BAA08B; }
span { border-color: rgb(186,160,139); }
td.TdClassName
{
border-color: #BAA08B;
}
.TagClassName
{
border-color: #BAA08B;
}
</style>