Shades of Rodeo Dust #BDA387
Tints of Rodeo Dust #BDA387
RGB
CMYK
RGB Variations
Color information
#BDA387 (or 0xBDA387) is known color: Rodeo Dust. HEX triplet: BD, A3 and 87. RGB value is (189,163,135). Sum of RGB (Red+Green+Blue) = 189+163+135=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA387 is #425C78. Grayscale: #A7A7A7. Windows color (decimal): -4349049 or 8889277. OLE color: 8889277.
HSL color Cylindrical-coordinate representation of color #BDA387: hue angle of 31.11º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDA387 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 135 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.26 |
| HSL | 31.11º | 0.29% | 0.64% | - |
| HSV(B) | 31.11º | 0.29% | 0.74% | - |
| XYZ | 38.46 | 38.76 | 28.38 | - |
| YUV | 167.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 135 | 0 | 0.14 | 0.29 | 0.26 | 31.11 | 0.29 | 0.64 |
| Hex | BD | A3 | 87 | 0 | E | 1D | 1A | 1F | 1D | 40 |
| Octal | 275 | 243 | 207 | 0 | 16 | 35 | 32 | 37 | 35 | 100 |
| Binary | 10111101 | 10100011 | 10000111 | 0 | 1110 | 11101 | 11010 | 11111 | 11101 | 1000000 |
Color Harmonies of #BDA387
Complementary color
Monochromatic Colors of #BDA387
Black with #BDA387
Text Example
Text Example
White with #BDA387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA387; }
p { color: rgb(189,163,135); }
H1.HeaderClassName
{
color: #BDA387;
}
.AnyTagClassName
{
color: #BDA387;
}
</style>
background-color css
<style>
a { background-color: #BDA387; }
a { background-color: rgb(189,163,135); }
div.DivClassName
{
background-color: #BDA387;
}
.BgClassName
{
background-color: #BDA387;
}
</style>
border-color css
<style>
span { border-color: #BDA387; }
span { border-color: rgb(189,163,135); }
td.TdClassName
{
border-color: #BDA387;
}
.TagClassName
{
border-color: #BDA387;
}
</style>