Shades of Rodeo Dust #BDA791
Tints of Rodeo Dust #BDA791
RGB
CMYK
RGB Variations
Color information
#BDA791 (or 0xBDA791) is known color: Rodeo Dust. HEX triplet: BD, A7 and 91. RGB value is (189,167,145). Sum of RGB (Red+Green+Blue) = 189+167+145=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA791 is #42586E. Grayscale: #ABABAB. Windows color (decimal): -4348015 or 9545661. OLE color: 9545661.
HSL color Cylindrical-coordinate representation of color #BDA791: hue angle of 30º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDA791 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 145 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.26 |
| HSL | 30º | 0.25% | 0.65% | - |
| HSV(B) | 30º | 0.23% | 0.74% | - |
| XYZ | 39.92 | 40.5 | 32.5 | - |
| YUV | 171.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 145 | 0 | 0.12 | 0.23 | 0.26 | 30 | 0.25 | 0.65 |
| Hex | BD | A7 | 91 | 0 | C | 17 | 1A | 1E | 19 | 41 |
| Octal | 275 | 247 | 221 | 0 | 14 | 27 | 32 | 36 | 31 | 101 |
| Binary | 10111101 | 10100111 | 10010001 | 0 | 1100 | 10111 | 11010 | 11110 | 11001 | 1000001 |
Color Harmonies of #BDA791
Complementary color
Monochromatic Colors of #BDA791
Black with #BDA791
Text Example
Text Example
White with #BDA791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA791; }
p { color: rgb(189,167,145); }
H1.HeaderClassName
{
color: #BDA791;
}
.AnyTagClassName
{
color: #BDA791;
}
</style>
background-color css
<style>
a { background-color: #BDA791; }
a { background-color: rgb(189,167,145); }
div.DivClassName
{
background-color: #BDA791;
}
.BgClassName
{
background-color: #BDA791;
}
</style>
border-color css
<style>
span { border-color: #BDA791; }
span { border-color: rgb(189,167,145); }
td.TdClassName
{
border-color: #BDA791;
}
.TagClassName
{
border-color: #BDA791;
}
</style>