Shades of Rodeo Dust #BDA37F
Tints of Rodeo Dust #BDA37F
RGB
CMYK
RGB Variations
Color information
#BDA37F (or 0xBDA37F) is known color: Rodeo Dust. HEX triplet: BD, A3 and 7F. RGB value is (189,163,127). Sum of RGB (Red+Green+Blue) = 189+163+127=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA37F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA37F is #425C80. Grayscale: #A6A6A6. Windows color (decimal): -4349057 or 8364989. OLE color: 8364989.
HSL color Cylindrical-coordinate representation of color #BDA37F: hue angle of 34.84º 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 #BDA37F is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 127 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.26 |
| HSL | 34.84º | 0.32% | 0.62% | - |
| HSV(B) | 34.84º | 0.33% | 0.74% | - |
| XYZ | 37.91 | 38.55 | 25.52 | - |
| YUV | 166.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 127 | 0 | 0.14 | 0.33 | 0.26 | 34.84 | 0.32 | 0.62 |
| Hex | BD | A3 | 7F | 0 | E | 21 | 1A | 23 | 20 | 3E |
| Octal | 275 | 243 | 177 | 0 | 16 | 41 | 32 | 43 | 40 | 76 |
| Binary | 10111101 | 10100011 | 1111111 | 0 | 1110 | 100001 | 11010 | 100011 | 100000 | 111110 |
Color Harmonies of #BDA37F
Complementary color
Monochromatic Colors of #BDA37F
Black with #BDA37F
Text Example
Text Example
White with #BDA37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA37F; }
p { color: rgb(189,163,127); }
H1.HeaderClassName
{
color: #BDA37F;
}
.AnyTagClassName
{
color: #BDA37F;
}
</style>
background-color css
<style>
a { background-color: #BDA37F; }
a { background-color: rgb(189,163,127); }
div.DivClassName
{
background-color: #BDA37F;
}
.BgClassName
{
background-color: #BDA37F;
}
</style>
border-color css
<style>
span { border-color: #BDA37F; }
span { border-color: rgb(189,163,127); }
td.TdClassName
{
border-color: #BDA37F;
}
.TagClassName
{
border-color: #BDA37F;
}
</style>