Shades of Rodeo Dust #BDA082
Tints of Rodeo Dust #BDA082
RGB
CMYK
RGB Variations
Color information
#BDA082 (or 0xBDA082) is known color: Rodeo Dust. HEX triplet: BD, A0 and 82. RGB value is (189,160,130). Sum of RGB (Red+Green+Blue) = 189+160+130=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA082 is #425F7D. Grayscale: #A5A5A5. Windows color (decimal): -4349822 or 8560829. OLE color: 8560829.
HSL color Cylindrical-coordinate representation of color #BDA082: hue angle of 30.51º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDA082 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 130 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.26 |
| HSL | 30.51º | 0.31% | 0.63% | - |
| HSV(B) | 30.51º | 0.31% | 0.74% | - |
| XYZ | 37.59 | 37.57 | 26.39 | - |
| YUV | 165.25 | 108.11 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 130 | 0 | 0.15 | 0.31 | 0.26 | 30.51 | 0.31 | 0.63 |
| Hex | BD | A0 | 82 | 0 | F | 1F | 1A | 1F | 1F | 3F |
| Octal | 275 | 240 | 202 | 0 | 17 | 37 | 32 | 37 | 37 | 77 |
| Binary | 10111101 | 10100000 | 10000010 | 0 | 1111 | 11111 | 11010 | 11111 | 11111 | 111111 |
Color Harmonies of #BDA082
Complementary color
Monochromatic Colors of #BDA082
Black with #BDA082
Text Example
Text Example
White with #BDA082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA082; }
p { color: rgb(189,160,130); }
H1.HeaderClassName
{
color: #BDA082;
}
.AnyTagClassName
{
color: #BDA082;
}
</style>
background-color css
<style>
a { background-color: #BDA082; }
a { background-color: rgb(189,160,130); }
div.DivClassName
{
background-color: #BDA082;
}
.BgClassName
{
background-color: #BDA082;
}
</style>
border-color css
<style>
span { border-color: #BDA082; }
span { border-color: rgb(189,160,130); }
td.TdClassName
{
border-color: #BDA082;
}
.TagClassName
{
border-color: #BDA082;
}
</style>