Shades of Rodeo Dust #BDA37E
Tints of Rodeo Dust #BDA37E
RGB
CMYK
RGB Variations
Color information
#BDA37E (or 0xBDA37E) is known color: Rodeo Dust. HEX triplet: BD, A3 and 7E. RGB value is (189,163,126). Sum of RGB (Red+Green+Blue) = 189+163+126=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA37E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA37E is #425C81. Grayscale: #A6A6A6. Windows color (decimal): -4349058 or 8299453. OLE color: 8299453.
HSL color Cylindrical-coordinate representation of color #BDA37E: hue angle of 35.24º 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 #BDA37E is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 126 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.26 |
| HSL | 35.24º | 0.32% | 0.62% | - |
| HSV(B) | 35.24º | 0.33% | 0.74% | - |
| XYZ | 37.85 | 38.52 | 25.18 | - |
| YUV | 166.56 | 105.11 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 126 | 0 | 0.14 | 0.33 | 0.26 | 35.24 | 0.32 | 0.62 |
| Hex | BD | A3 | 7E | 0 | E | 21 | 1A | 23 | 20 | 3E |
| Octal | 275 | 243 | 176 | 0 | 16 | 41 | 32 | 43 | 40 | 76 |
| Binary | 10111101 | 10100011 | 1111110 | 0 | 1110 | 100001 | 11010 | 100011 | 100000 | 111110 |
Color Harmonies of #BDA37E
Complementary color
Monochromatic Colors of #BDA37E
Black with #BDA37E
Text Example
Text Example
White with #BDA37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA37E; }
p { color: rgb(189,163,126); }
H1.HeaderClassName
{
color: #BDA37E;
}
.AnyTagClassName
{
color: #BDA37E;
}
</style>
background-color css
<style>
a { background-color: #BDA37E; }
a { background-color: rgb(189,163,126); }
div.DivClassName
{
background-color: #BDA37E;
}
.BgClassName
{
background-color: #BDA37E;
}
</style>
border-color css
<style>
span { border-color: #BDA37E; }
span { border-color: rgb(189,163,126); }
td.TdClassName
{
border-color: #BDA37E;
}
.TagClassName
{
border-color: #BDA37E;
}
</style>