Shades of Rodeo Dust #BDA289
Tints of Rodeo Dust #BDA289
RGB
CMYK
RGB Variations
Color information
#BDA289 (or 0xBDA289) is known color: Rodeo Dust. HEX triplet: BD, A2 and 89. RGB value is (189,162,137). Sum of RGB (Red+Green+Blue) = 189+162+137=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA289 is #425D76. Grayscale: #A7A7A7. Windows color (decimal): -4349303 or 9020093. OLE color: 9020093.
HSL color Cylindrical-coordinate representation of color #BDA289: hue angle of 28.85º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDA289 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 137 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.26 |
| HSL | 28.85º | 0.28% | 0.64% | - |
| HSV(B) | 28.85º | 0.28% | 0.74% | - |
| XYZ | 38.42 | 38.47 | 29.07 | - |
| YUV | 167.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 137 | 0 | 0.14 | 0.28 | 0.26 | 28.85 | 0.28 | 0.64 |
| Hex | BD | A2 | 89 | 0 | E | 1C | 1A | 1D | 1C | 40 |
| Octal | 275 | 242 | 211 | 0 | 16 | 34 | 32 | 35 | 34 | 100 |
| Binary | 10111101 | 10100010 | 10001001 | 0 | 1110 | 11100 | 11010 | 11101 | 11100 | 1000000 |
Color Harmonies of #BDA289
Complementary color
Monochromatic Colors of #BDA289
Black with #BDA289
Text Example
Text Example
White with #BDA289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA289; }
p { color: rgb(189,162,137); }
H1.HeaderClassName
{
color: #BDA289;
}
.AnyTagClassName
{
color: #BDA289;
}
</style>
background-color css
<style>
a { background-color: #BDA289; }
a { background-color: rgb(189,162,137); }
div.DivClassName
{
background-color: #BDA289;
}
.BgClassName
{
background-color: #BDA289;
}
</style>
border-color css
<style>
span { border-color: #BDA289; }
span { border-color: rgb(189,162,137); }
td.TdClassName
{
border-color: #BDA289;
}
.TagClassName
{
border-color: #BDA289;
}
</style>