Shades of Rodeo Dust #BDA17D
Tints of Rodeo Dust #BDA17D
RGB
CMYK
RGB Variations
Color information
#BDA17D (or 0xBDA17D) is known color: Rodeo Dust. HEX triplet: BD, A1 and 7D. RGB value is (189,161,125). Sum of RGB (Red+Green+Blue) = 189+161+125=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA17D is #425E82. Grayscale: #A5A5A5. Windows color (decimal): -4349571 or 8233405. OLE color: 8233405.
HSL color Cylindrical-coordinate representation of color #BDA17D: hue angle of 33.75º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDA17D is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 125 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.26 |
| HSL | 33.75º | 0.33% | 0.62% | - |
| HSV(B) | 33.75º | 0.34% | 0.74% | - |
| XYZ | 37.43 | 37.79 | 24.72 | - |
| YUV | 165.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 125 | 0 | 0.15 | 0.34 | 0.26 | 33.75 | 0.33 | 0.62 |
| Hex | BD | A1 | 7D | 0 | F | 22 | 1A | 22 | 21 | 3E |
| Octal | 275 | 241 | 175 | 0 | 17 | 42 | 32 | 42 | 41 | 76 |
| Binary | 10111101 | 10100001 | 1111101 | 0 | 1111 | 100010 | 11010 | 100010 | 100001 | 111110 |
Color Harmonies of #BDA17D
Complementary color
Monochromatic Colors of #BDA17D
Black with #BDA17D
Text Example
Text Example
White with #BDA17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA17D; }
p { color: rgb(189,161,125); }
H1.HeaderClassName
{
color: #BDA17D;
}
.AnyTagClassName
{
color: #BDA17D;
}
</style>
background-color css
<style>
a { background-color: #BDA17D; }
a { background-color: rgb(189,161,125); }
div.DivClassName
{
background-color: #BDA17D;
}
.BgClassName
{
background-color: #BDA17D;
}
</style>
border-color css
<style>
span { border-color: #BDA17D; }
span { border-color: rgb(189,161,125); }
td.TdClassName
{
border-color: #BDA17D;
}
.TagClassName
{
border-color: #BDA17D;
}
</style>