Shades of Rodeo Dust #BDA690
Tints of Rodeo Dust #BDA690
RGB
CMYK
RGB Variations
Color information
#BDA690 (or 0xBDA690) is known color: Rodeo Dust. HEX triplet: BD, A6 and 90. RGB value is (189,166,144). Sum of RGB (Red+Green+Blue) = 189+166+144=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA690 is #42596F. Grayscale: #AAAAAA. Windows color (decimal): -4348272 or 9479869. OLE color: 9479869.
HSL color Cylindrical-coordinate representation of color #BDA690: hue angle of 29.33º 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 #BDA690 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 144 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.26 |
| HSL | 29.33º | 0.25% | 0.65% | - |
| HSV(B) | 29.33º | 0.24% | 0.74% | - |
| XYZ | 39.66 | 40.1 | 32.04 | - |
| YUV | 170.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 144 | 0 | 0.12 | 0.24 | 0.26 | 29.33 | 0.25 | 0.65 |
| Hex | BD | A6 | 90 | 0 | C | 18 | 1A | 1D | 19 | 41 |
| Octal | 275 | 246 | 220 | 0 | 14 | 30 | 32 | 35 | 31 | 101 |
| Binary | 10111101 | 10100110 | 10010000 | 0 | 1100 | 11000 | 11010 | 11101 | 11001 | 1000001 |
Color Harmonies of #BDA690
Complementary color
Monochromatic Colors of #BDA690
Black with #BDA690
Text Example
Text Example
White with #BDA690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA690; }
p { color: rgb(189,166,144); }
H1.HeaderClassName
{
color: #BDA690;
}
.AnyTagClassName
{
color: #BDA690;
}
</style>
background-color css
<style>
a { background-color: #BDA690; }
a { background-color: rgb(189,166,144); }
div.DivClassName
{
background-color: #BDA690;
}
.BgClassName
{
background-color: #BDA690;
}
</style>
border-color css
<style>
span { border-color: #BDA690; }
span { border-color: rgb(189,166,144); }
td.TdClassName
{
border-color: #BDA690;
}
.TagClassName
{
border-color: #BDA690;
}
</style>