Shades of Rodeo Dust #BDA586
Tints of Rodeo Dust #BDA586
RGB
CMYK
RGB Variations
Color information
#BDA586 (or 0xBDA586) is known color: Rodeo Dust. HEX triplet: BD, A5 and 86. RGB value is (189,165,134). Sum of RGB (Red+Green+Blue) = 189+165+134=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA586 is #425A79. Grayscale: #A8A8A8. Windows color (decimal): -4348538 or 8824253. OLE color: 8824253.
HSL color Cylindrical-coordinate representation of color #BDA586: hue angle of 33.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDA586 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 134 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.26 |
| HSL | 33.82º | 0.29% | 0.63% | - |
| HSV(B) | 33.82º | 0.29% | 0.74% | - |
| XYZ | 38.74 | 39.45 | 28.13 | - |
| YUV | 168.64 | 108.45 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 134 | 0 | 0.13 | 0.29 | 0.26 | 33.82 | 0.29 | 0.63 |
| Hex | BD | A5 | 86 | 0 | D | 1D | 1A | 22 | 1D | 3F |
| Octal | 275 | 245 | 206 | 0 | 15 | 35 | 32 | 42 | 35 | 77 |
| Binary | 10111101 | 10100101 | 10000110 | 0 | 1101 | 11101 | 11010 | 100010 | 11101 | 111111 |
Color Harmonies of #BDA586
Complementary color
Monochromatic Colors of #BDA586
Black with #BDA586
Text Example
Text Example
White with #BDA586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA586; }
p { color: rgb(189,165,134); }
H1.HeaderClassName
{
color: #BDA586;
}
.AnyTagClassName
{
color: #BDA586;
}
</style>
background-color css
<style>
a { background-color: #BDA586; }
a { background-color: rgb(189,165,134); }
div.DivClassName
{
background-color: #BDA586;
}
.BgClassName
{
background-color: #BDA586;
}
</style>
border-color css
<style>
span { border-color: #BDA586; }
span { border-color: rgb(189,165,134); }
td.TdClassName
{
border-color: #BDA586;
}
.TagClassName
{
border-color: #BDA586;
}
</style>