Shades of Rodeo Dust #BDA27E
Tints of Rodeo Dust #BDA27E
RGB
CMYK
RGB Variations
Color information
#BDA27E (or 0xBDA27E) is known color: Rodeo Dust. HEX triplet: BD, A2 and 7E. RGB value is (189,162,126). Sum of RGB (Red+Green+Blue) = 189+162+126=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA27E is #425D81. Grayscale: #A6A6A6. Windows color (decimal): -4349314 or 8299197. OLE color: 8299197.
HSL color Cylindrical-coordinate representation of color #BDA27E: hue angle of 34.29º 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 #BDA27E is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 126 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.26 |
| HSL | 34.29º | 0.32% | 0.62% | - |
| HSV(B) | 34.29º | 0.33% | 0.74% | - |
| XYZ | 37.67 | 38.17 | 25.12 | - |
| YUV | 165.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 126 | 0 | 0.14 | 0.33 | 0.26 | 34.29 | 0.32 | 0.62 |
| Hex | BD | A2 | 7E | 0 | E | 21 | 1A | 22 | 20 | 3E |
| Octal | 275 | 242 | 176 | 0 | 16 | 41 | 32 | 42 | 40 | 76 |
| Binary | 10111101 | 10100010 | 1111110 | 0 | 1110 | 100001 | 11010 | 100010 | 100000 | 111110 |
Color Harmonies of #BDA27E
Complementary color
Monochromatic Colors of #BDA27E
Black with #BDA27E
Text Example
Text Example
White with #BDA27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA27E; }
p { color: rgb(189,162,126); }
H1.HeaderClassName
{
color: #BDA27E;
}
.AnyTagClassName
{
color: #BDA27E;
}
</style>
background-color css
<style>
a { background-color: #BDA27E; }
a { background-color: rgb(189,162,126); }
div.DivClassName
{
background-color: #BDA27E;
}
.BgClassName
{
background-color: #BDA27E;
}
</style>
border-color css
<style>
span { border-color: #BDA27E; }
span { border-color: rgb(189,162,126); }
td.TdClassName
{
border-color: #BDA27E;
}
.TagClassName
{
border-color: #BDA27E;
}
</style>