Shades of Rodeo Dust #BDA589
Tints of Rodeo Dust #BDA589
RGB
CMYK
RGB Variations
Color information
#BDA589 (or 0xBDA589) is known color: Rodeo Dust. HEX triplet: BD, A5 and 89. RGB value is (189,165,137). Sum of RGB (Red+Green+Blue) = 189+165+137=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA589 is #425A76. Grayscale: #A9A9A9. Windows color (decimal): -4348535 or 9020861. OLE color: 9020861.
HSL color Cylindrical-coordinate representation of color #BDA589: hue angle of 32.31º 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 #BDA589 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 137 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.26 |
| HSL | 32.31º | 0.28% | 0.64% | - |
| HSV(B) | 32.31º | 0.28% | 0.74% | - |
| XYZ | 38.96 | 39.54 | 29.24 | - |
| YUV | 168.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 137 | 0 | 0.13 | 0.28 | 0.26 | 32.31 | 0.28 | 0.64 |
| Hex | BD | A5 | 89 | 0 | D | 1C | 1A | 20 | 1C | 40 |
| Octal | 275 | 245 | 211 | 0 | 15 | 34 | 32 | 40 | 34 | 100 |
| Binary | 10111101 | 10100101 | 10001001 | 0 | 1101 | 11100 | 11010 | 100000 | 11100 | 1000000 |
Color Harmonies of #BDA589
Complementary color
Monochromatic Colors of #BDA589
Black with #BDA589
Text Example
Text Example
White with #BDA589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA589; }
p { color: rgb(189,165,137); }
H1.HeaderClassName
{
color: #BDA589;
}
.AnyTagClassName
{
color: #BDA589;
}
</style>
background-color css
<style>
a { background-color: #BDA589; }
a { background-color: rgb(189,165,137); }
div.DivClassName
{
background-color: #BDA589;
}
.BgClassName
{
background-color: #BDA589;
}
</style>
border-color css
<style>
span { border-color: #BDA589; }
span { border-color: rgb(189,165,137); }
td.TdClassName
{
border-color: #BDA589;
}
.TagClassName
{
border-color: #BDA589;
}
</style>