Shades of Rodeo Dust #BDA389
Tints of Rodeo Dust #BDA389
RGB
CMYK
RGB Variations
Color information
#BDA389 (or 0xBDA389) is known color: Rodeo Dust. HEX triplet: BD, A3 and 89. RGB value is (189,163,137). Sum of RGB (Red+Green+Blue) = 189+163+137=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA389 is #425C76. Grayscale: #A7A7A7. Windows color (decimal): -4349047 or 9020349. OLE color: 9020349.
HSL color Cylindrical-coordinate representation of color #BDA389: hue angle of 30º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDA389 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 137 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.26 |
| HSL | 30º | 0.28% | 0.64% | - |
| HSV(B) | 30º | 0.28% | 0.74% | - |
| XYZ | 38.6 | 38.82 | 29.13 | - |
| YUV | 167.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 137 | 0 | 0.14 | 0.28 | 0.26 | 30 | 0.28 | 0.64 |
| Hex | BD | A3 | 89 | 0 | E | 1C | 1A | 1E | 1C | 40 |
| Octal | 275 | 243 | 211 | 0 | 16 | 34 | 32 | 36 | 34 | 100 |
| Binary | 10111101 | 10100011 | 10001001 | 0 | 1110 | 11100 | 11010 | 11110 | 11100 | 1000000 |
Color Harmonies of #BDA389
Complementary color
Monochromatic Colors of #BDA389
Black with #BDA389
Text Example
Text Example
White with #BDA389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA389; }
p { color: rgb(189,163,137); }
H1.HeaderClassName
{
color: #BDA389;
}
.AnyTagClassName
{
color: #BDA389;
}
</style>
background-color css
<style>
a { background-color: #BDA389; }
a { background-color: rgb(189,163,137); }
div.DivClassName
{
background-color: #BDA389;
}
.BgClassName
{
background-color: #BDA389;
}
</style>
border-color css
<style>
span { border-color: #BDA389; }
span { border-color: rgb(189,163,137); }
td.TdClassName
{
border-color: #BDA389;
}
.TagClassName
{
border-color: #BDA389;
}
</style>