Shades of Rodeo Dust #BDA58A
Tints of Rodeo Dust #BDA58A
RGB
CMYK
RGB Variations
Color information
#BDA58A (or 0xBDA58A) is known color: Rodeo Dust. HEX triplet: BD, A5 and 8A. RGB value is (189,165,138). Sum of RGB (Red+Green+Blue) = 189+165+138=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA58A is #425A75. Grayscale: #A9A9A9. Windows color (decimal): -4348534 or 9086397. OLE color: 9086397.
HSL color Cylindrical-coordinate representation of color #BDA58A: hue angle of 31.76º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDA58A is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 138 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.26 |
| HSL | 31.76º | 0.28% | 0.64% | - |
| HSV(B) | 31.76º | 0.27% | 0.74% | - |
| XYZ | 39.03 | 39.56 | 29.62 | - |
| YUV | 169.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 138 | 0 | 0.13 | 0.27 | 0.26 | 31.76 | 0.28 | 0.64 |
| Hex | BD | A5 | 8A | 0 | D | 1B | 1A | 20 | 1C | 40 |
| Octal | 275 | 245 | 212 | 0 | 15 | 33 | 32 | 40 | 34 | 100 |
| Binary | 10111101 | 10100101 | 10001010 | 0 | 1101 | 11011 | 11010 | 100000 | 11100 | 1000000 |
Color Harmonies of #BDA58A
Complementary color
Monochromatic Colors of #BDA58A
Black with #BDA58A
Text Example
Text Example
White with #BDA58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA58A; }
p { color: rgb(189,165,138); }
H1.HeaderClassName
{
color: #BDA58A;
}
.AnyTagClassName
{
color: #BDA58A;
}
</style>
background-color css
<style>
a { background-color: #BDA58A; }
a { background-color: rgb(189,165,138); }
div.DivClassName
{
background-color: #BDA58A;
}
.BgClassName
{
background-color: #BDA58A;
}
</style>
border-color css
<style>
span { border-color: #BDA58A; }
span { border-color: rgb(189,165,138); }
td.TdClassName
{
border-color: #BDA58A;
}
.TagClassName
{
border-color: #BDA58A;
}
</style>