Shades of Rodeo Dust #BDA281
Tints of Rodeo Dust #BDA281
RGB
CMYK
RGB Variations
Color information
#BDA281 (or 0xBDA281) is known color: Rodeo Dust. HEX triplet: BD, A2 and 81. RGB value is (189,162,129). Sum of RGB (Red+Green+Blue) = 189+162+129=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA281 is #425D7E. Grayscale: #A6A6A6. Windows color (decimal): -4349311 or 8495805. OLE color: 8495805.
HSL color Cylindrical-coordinate representation of color #BDA281: hue angle of 33º degrees, saturation: 0.31, 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 #BDA281 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 129 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.26 |
| HSL | 33º | 0.31% | 0.62% | - |
| HSV(B) | 33º | 0.32% | 0.74% | - |
| XYZ | 37.87 | 38.24 | 26.15 | - |
| YUV | 166.31 | 106.95 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 129 | 0 | 0.14 | 0.32 | 0.26 | 33 | 0.31 | 0.62 |
| Hex | BD | A2 | 81 | 0 | E | 20 | 1A | 21 | 1F | 3E |
| Octal | 275 | 242 | 201 | 0 | 16 | 40 | 32 | 41 | 37 | 76 |
| Binary | 10111101 | 10100010 | 10000001 | 0 | 1110 | 100000 | 11010 | 100001 | 11111 | 111110 |
Color Harmonies of #BDA281
Complementary color
Monochromatic Colors of #BDA281
Black with #BDA281
Text Example
Text Example
White with #BDA281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA281; }
p { color: rgb(189,162,129); }
H1.HeaderClassName
{
color: #BDA281;
}
.AnyTagClassName
{
color: #BDA281;
}
</style>
background-color css
<style>
a { background-color: #BDA281; }
a { background-color: rgb(189,162,129); }
div.DivClassName
{
background-color: #BDA281;
}
.BgClassName
{
background-color: #BDA281;
}
</style>
border-color css
<style>
span { border-color: #BDA281; }
span { border-color: rgb(189,162,129); }
td.TdClassName
{
border-color: #BDA281;
}
.TagClassName
{
border-color: #BDA281;
}
</style>