Shades of Rodeo Dust #BDA486
Tints of Rodeo Dust #BDA486
RGB
CMYK
RGB Variations
Color information
#BDA486 (or 0xBDA486) is known color: Rodeo Dust. HEX triplet: BD, A4 and 86. RGB value is (189,164,134). Sum of RGB (Red+Green+Blue) = 189+164+134=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA486 is #425B79. Grayscale: #A8A8A8. Windows color (decimal): -4348794 or 8823997. OLE color: 8823997.
HSL color Cylindrical-coordinate representation of color #BDA486: hue angle of 32.73º 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 #BDA486 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 134 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.26 |
| HSL | 32.73º | 0.29% | 0.63% | - |
| HSV(B) | 32.73º | 0.29% | 0.74% | - |
| XYZ | 38.56 | 39.09 | 28.07 | - |
| YUV | 168.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 134 | 0 | 0.13 | 0.29 | 0.26 | 32.73 | 0.29 | 0.63 |
| Hex | BD | A4 | 86 | 0 | D | 1D | 1A | 21 | 1D | 3F |
| Octal | 275 | 244 | 206 | 0 | 15 | 35 | 32 | 41 | 35 | 77 |
| Binary | 10111101 | 10100100 | 10000110 | 0 | 1101 | 11101 | 11010 | 100001 | 11101 | 111111 |
Color Harmonies of #BDA486
Complementary color
Monochromatic Colors of #BDA486
Black with #BDA486
Text Example
Text Example
White with #BDA486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA486; }
p { color: rgb(189,164,134); }
H1.HeaderClassName
{
color: #BDA486;
}
.AnyTagClassName
{
color: #BDA486;
}
</style>
background-color css
<style>
a { background-color: #BDA486; }
a { background-color: rgb(189,164,134); }
div.DivClassName
{
background-color: #BDA486;
}
.BgClassName
{
background-color: #BDA486;
}
</style>
border-color css
<style>
span { border-color: #BDA486; }
span { border-color: rgb(189,164,134); }
td.TdClassName
{
border-color: #BDA486;
}
.TagClassName
{
border-color: #BDA486;
}
</style>