Shades of Rodeo Dust #BAA38C
Tints of Rodeo Dust #BAA38C
RGB
CMYK
RGB Variations
Color information
#BAA38C (or 0xBAA38C) is known color: Rodeo Dust. HEX triplet: BA, A3 and 8C. RGB value is (186,163,140). Sum of RGB (Red+Green+Blue) = 186+163+140=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA38C is #455C73. Grayscale: #A7A7A7. Windows color (decimal): -4545652 or 9216954. OLE color: 9216954.
HSL color Cylindrical-coordinate representation of color #BAA38C: hue angle of 30º 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 #BAA38C is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 140 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.27 |
| HSL | 30º | 0.25% | 0.64% | - |
| HSV(B) | 30º | 0.25% | 0.73% | - |
| XYZ | 38.08 | 38.53 | 30.24 | - |
| YUV | 167.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 140 | 0 | 0.12 | 0.25 | 0.27 | 30 | 0.25 | 0.64 |
| Hex | BA | A3 | 8C | 0 | C | 19 | 1B | 1E | 19 | 40 |
| Octal | 272 | 243 | 214 | 0 | 14 | 31 | 33 | 36 | 31 | 100 |
| Binary | 10111010 | 10100011 | 10001100 | 0 | 1100 | 11001 | 11011 | 11110 | 11001 | 1000000 |
Color Harmonies of #BAA38C
Complementary color
Monochromatic Colors of #BAA38C
Black with #BAA38C
Text Example
Text Example
White with #BAA38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA38C; }
p { color: rgb(186,163,140); }
H1.HeaderClassName
{
color: #BAA38C;
}
.AnyTagClassName
{
color: #BAA38C;
}
</style>
background-color css
<style>
a { background-color: #BAA38C; }
a { background-color: rgb(186,163,140); }
div.DivClassName
{
background-color: #BAA38C;
}
.BgClassName
{
background-color: #BAA38C;
}
</style>
border-color css
<style>
span { border-color: #BAA38C; }
span { border-color: rgb(186,163,140); }
td.TdClassName
{
border-color: #BAA38C;
}
.TagClassName
{
border-color: #BAA38C;
}
</style>