Shades of Rodeo Dust #BDA280
Tints of Rodeo Dust #BDA280
RGB
CMYK
RGB Variations
Color information
#BDA280 (or 0xBDA280) is known color: Rodeo Dust. HEX triplet: BD, A2 and 80. RGB value is (189,162,128). Sum of RGB (Red+Green+Blue) = 189+162+128=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA280 is #425D7F. Grayscale: #A6A6A6. Windows color (decimal): -4349312 or 8430269. OLE color: 8430269.
HSL color Cylindrical-coordinate representation of color #BDA280: hue angle of 33.44º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDA280 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 128 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.26 |
| HSL | 33.44º | 0.32% | 0.62% | - |
| HSV(B) | 33.44º | 0.32% | 0.74% | - |
| XYZ | 37.8 | 38.22 | 25.81 | - |
| YUV | 166.2 | 106.45 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 128 | 0 | 0.14 | 0.32 | 0.26 | 33.44 | 0.32 | 0.62 |
| Hex | BD | A2 | 80 | 0 | E | 20 | 1A | 21 | 20 | 3E |
| Octal | 275 | 242 | 200 | 0 | 16 | 40 | 32 | 41 | 40 | 76 |
| Binary | 10111101 | 10100010 | 10000000 | 0 | 1110 | 100000 | 11010 | 100001 | 100000 | 111110 |
Color Harmonies of #BDA280
Complementary color
Monochromatic Colors of #BDA280
Black with #BDA280
Text Example
Text Example
White with #BDA280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA280; }
p { color: rgb(189,162,128); }
H1.HeaderClassName
{
color: #BDA280;
}
.AnyTagClassName
{
color: #BDA280;
}
</style>
background-color css
<style>
a { background-color: #BDA280; }
a { background-color: rgb(189,162,128); }
div.DivClassName
{
background-color: #BDA280;
}
.BgClassName
{
background-color: #BDA280;
}
</style>
border-color css
<style>
span { border-color: #BDA280; }
span { border-color: rgb(189,162,128); }
td.TdClassName
{
border-color: #BDA280;
}
.TagClassName
{
border-color: #BDA280;
}
</style>