Shades of Rodeo Dust #BDA386
Tints of Rodeo Dust #BDA386
RGB
CMYK
RGB Variations
Color information
#BDA386 (or 0xBDA386) is known color: Rodeo Dust. HEX triplet: BD, A3 and 86. RGB value is (189,163,134). Sum of RGB (Red+Green+Blue) = 189+163+134=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA386 is #425C79. Grayscale: #A7A7A7. Windows color (decimal): -4349050 or 8823741. OLE color: 8823741.
HSL color Cylindrical-coordinate representation of color #BDA386: hue angle of 31.64º 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 #BDA386 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 134 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.26 |
| HSL | 31.64º | 0.29% | 0.63% | - |
| HSV(B) | 31.64º | 0.29% | 0.74% | - |
| XYZ | 38.39 | 38.73 | 28.01 | - |
| YUV | 167.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 134 | 0 | 0.14 | 0.29 | 0.26 | 31.64 | 0.29 | 0.63 |
| Hex | BD | A3 | 86 | 0 | E | 1D | 1A | 20 | 1D | 3F |
| Octal | 275 | 243 | 206 | 0 | 16 | 35 | 32 | 40 | 35 | 77 |
| Binary | 10111101 | 10100011 | 10000110 | 0 | 1110 | 11101 | 11010 | 100000 | 11101 | 111111 |
Color Harmonies of #BDA386
Complementary color
Monochromatic Colors of #BDA386
Black with #BDA386
Text Example
Text Example
White with #BDA386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA386; }
p { color: rgb(189,163,134); }
H1.HeaderClassName
{
color: #BDA386;
}
.AnyTagClassName
{
color: #BDA386;
}
</style>
background-color css
<style>
a { background-color: #BDA386; }
a { background-color: rgb(189,163,134); }
div.DivClassName
{
background-color: #BDA386;
}
.BgClassName
{
background-color: #BDA386;
}
</style>
border-color css
<style>
span { border-color: #BDA386; }
span { border-color: rgb(189,163,134); }
td.TdClassName
{
border-color: #BDA386;
}
.TagClassName
{
border-color: #BDA386;
}
</style>