Shades of Rodeo Dust #BDA17E
Tints of Rodeo Dust #BDA17E
RGB
CMYK
RGB Variations
Color information
#BDA17E (or 0xBDA17E) is known color: Rodeo Dust. HEX triplet: BD, A1 and 7E. RGB value is (189,161,126). Sum of RGB (Red+Green+Blue) = 189+161+126=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA17E is #425E81. Grayscale: #A5A5A5. Windows color (decimal): -4349570 or 8298941. OLE color: 8298941.
HSL color Cylindrical-coordinate representation of color #BDA17E: hue angle of 33.33º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA17E is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 126 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.26 |
| HSL | 33.33º | 0.32% | 0.62% | - |
| HSV(B) | 33.33º | 0.33% | 0.74% | - |
| XYZ | 37.5 | 37.81 | 25.06 | - |
| YUV | 165.38 | 105.78 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 126 | 0 | 0.15 | 0.33 | 0.26 | 33.33 | 0.32 | 0.62 |
| Hex | BD | A1 | 7E | 0 | F | 21 | 1A | 21 | 20 | 3E |
| Octal | 275 | 241 | 176 | 0 | 17 | 41 | 32 | 41 | 40 | 76 |
| Binary | 10111101 | 10100001 | 1111110 | 0 | 1111 | 100001 | 11010 | 100001 | 100000 | 111110 |
Color Harmonies of #BDA17E
Complementary color
Monochromatic Colors of #BDA17E
Black with #BDA17E
Text Example
Text Example
White with #BDA17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA17E; }
p { color: rgb(189,161,126); }
H1.HeaderClassName
{
color: #BDA17E;
}
.AnyTagClassName
{
color: #BDA17E;
}
</style>
background-color css
<style>
a { background-color: #BDA17E; }
a { background-color: rgb(189,161,126); }
div.DivClassName
{
background-color: #BDA17E;
}
.BgClassName
{
background-color: #BDA17E;
}
</style>
border-color css
<style>
span { border-color: #BDA17E; }
span { border-color: rgb(189,161,126); }
td.TdClassName
{
border-color: #BDA17E;
}
.TagClassName
{
border-color: #BDA17E;
}
</style>