Shades of Rodeo Dust #BDA68C
Tints of Rodeo Dust #BDA68C
RGB
CMYK
RGB Variations
Color information
#BDA68C (or 0xBDA68C) is known color: Rodeo Dust. HEX triplet: BD, A6 and 8C. RGB value is (189,166,140). Sum of RGB (Red+Green+Blue) = 189+166+140=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA68C is #425973. Grayscale: #AAAAAA. Windows color (decimal): -4348276 or 9217725. OLE color: 9217725.
HSL color Cylindrical-coordinate representation of color #BDA68C: hue angle of 31.84º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDA68C is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 140 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.26 |
| HSL | 31.84º | 0.27% | 0.65% | - |
| HSV(B) | 31.84º | 0.26% | 0.74% | - |
| XYZ | 39.36 | 39.98 | 30.45 | - |
| YUV | 169.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 140 | 0 | 0.12 | 0.26 | 0.26 | 31.84 | 0.27 | 0.65 |
| Hex | BD | A6 | 8C | 0 | C | 1A | 1A | 20 | 1B | 41 |
| Octal | 275 | 246 | 214 | 0 | 14 | 32 | 32 | 40 | 33 | 101 |
| Binary | 10111101 | 10100110 | 10001100 | 0 | 1100 | 11010 | 11010 | 100000 | 11011 | 1000001 |
Color Harmonies of #BDA68C
Complementary color
Monochromatic Colors of #BDA68C
Black with #BDA68C
Text Example
Text Example
White with #BDA68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA68C; }
p { color: rgb(189,166,140); }
H1.HeaderClassName
{
color: #BDA68C;
}
.AnyTagClassName
{
color: #BDA68C;
}
</style>
background-color css
<style>
a { background-color: #BDA68C; }
a { background-color: rgb(189,166,140); }
div.DivClassName
{
background-color: #BDA68C;
}
.BgClassName
{
background-color: #BDA68C;
}
</style>
border-color css
<style>
span { border-color: #BDA68C; }
span { border-color: rgb(189,166,140); }
td.TdClassName
{
border-color: #BDA68C;
}
.TagClassName
{
border-color: #BDA68C;
}
</style>