Shades of Rodeo Dust #BDA68B
Tints of Rodeo Dust #BDA68B
RGB
CMYK
RGB Variations
Color information
#BDA68B (or 0xBDA68B) is known color: Rodeo Dust. HEX triplet: BD, A6 and 8B. RGB value is (189,166,139). Sum of RGB (Red+Green+Blue) = 189+166+139=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA68B is #425974. Grayscale: #A9A9A9. Windows color (decimal): -4348277 or 9152189. OLE color: 9152189.
HSL color Cylindrical-coordinate representation of color #BDA68B: hue angle of 32.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDA68B is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 139 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.26 |
| HSL | 32.4º | 0.27% | 0.64% | - |
| HSV(B) | 32.4º | 0.26% | 0.74% | - |
| XYZ | 39.28 | 39.96 | 30.07 | - |
| YUV | 169.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 139 | 0 | 0.12 | 0.26 | 0.26 | 32.4 | 0.27 | 0.64 |
| Hex | BD | A6 | 8B | 0 | C | 1A | 1A | 20 | 1B | 40 |
| Octal | 275 | 246 | 213 | 0 | 14 | 32 | 32 | 40 | 33 | 100 |
| Binary | 10111101 | 10100110 | 10001011 | 0 | 1100 | 11010 | 11010 | 100000 | 11011 | 1000000 |
Color Harmonies of #BDA68B
Complementary color
Monochromatic Colors of #BDA68B
Black with #BDA68B
Text Example
Text Example
White with #BDA68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA68B; }
p { color: rgb(189,166,139); }
H1.HeaderClassName
{
color: #BDA68B;
}
.AnyTagClassName
{
color: #BDA68B;
}
</style>
background-color css
<style>
a { background-color: #BDA68B; }
a { background-color: rgb(189,166,139); }
div.DivClassName
{
background-color: #BDA68B;
}
.BgClassName
{
background-color: #BDA68B;
}
</style>
border-color css
<style>
span { border-color: #BDA68B; }
span { border-color: rgb(189,166,139); }
td.TdClassName
{
border-color: #BDA68B;
}
.TagClassName
{
border-color: #BDA68B;
}
</style>