Shades of Rodeo Dust #BDA490
Tints of Rodeo Dust #BDA490
RGB
CMYK
RGB Variations
Color information
#BDA490 (or 0xBDA490) is known color: Rodeo Dust. HEX triplet: BD, A4 and 90. RGB value is (189,164,144). Sum of RGB (Red+Green+Blue) = 189+164+144=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA490 is #425B6F. Grayscale: #A9A9A9. Windows color (decimal): -4348784 or 9479357. OLE color: 9479357.
HSL color Cylindrical-coordinate representation of color #BDA490: hue angle of 26.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDA490 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 144 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.26 |
| HSL | 26.67º | 0.25% | 0.65% | - |
| HSV(B) | 26.67º | 0.24% | 0.74% | - |
| XYZ | 39.3 | 39.38 | 31.92 | - |
| YUV | 169.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 144 | 0 | 0.13 | 0.24 | 0.26 | 26.67 | 0.25 | 0.65 |
| Hex | BD | A4 | 90 | 0 | D | 18 | 1A | 1B | 19 | 41 |
| Octal | 275 | 244 | 220 | 0 | 15 | 30 | 32 | 33 | 31 | 101 |
| Binary | 10111101 | 10100100 | 10010000 | 0 | 1101 | 11000 | 11010 | 11011 | 11001 | 1000001 |
Color Harmonies of #BDA490
Complementary color
Monochromatic Colors of #BDA490
Black with #BDA490
Text Example
Text Example
White with #BDA490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA490; }
p { color: rgb(189,164,144); }
H1.HeaderClassName
{
color: #BDA490;
}
.AnyTagClassName
{
color: #BDA490;
}
</style>
background-color css
<style>
a { background-color: #BDA490; }
a { background-color: rgb(189,164,144); }
div.DivClassName
{
background-color: #BDA490;
}
.BgClassName
{
background-color: #BDA490;
}
</style>
border-color css
<style>
span { border-color: #BDA490; }
span { border-color: rgb(189,164,144); }
td.TdClassName
{
border-color: #BDA490;
}
.TagClassName
{
border-color: #BDA490;
}
</style>