Shades of Rodeo Dust #BDA18D
Tints of Rodeo Dust #BDA18D
RGB
CMYK
RGB Variations
Color information
#BDA18D (or 0xBDA18D) is known color: Rodeo Dust. HEX triplet: BD, A1 and 8D. RGB value is (189,161,141). Sum of RGB (Red+Green+Blue) = 189+161+141=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA18D is #425E72. Grayscale: #A7A7A7. Windows color (decimal): -4349555 or 9281981. OLE color: 9281981.
HSL color Cylindrical-coordinate representation of color #BDA18D: hue angle of 25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDA18D is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 141 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.26 |
| HSL | 25º | 0.27% | 0.65% | - |
| HSV(B) | 25º | 0.25% | 0.74% | - |
| XYZ | 38.54 | 38.23 | 30.55 | - |
| YUV | 167.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 141 | 0 | 0.15 | 0.25 | 0.26 | 25 | 0.27 | 0.65 |
| Hex | BD | A1 | 8D | 0 | F | 19 | 1A | 19 | 1B | 41 |
| Octal | 275 | 241 | 215 | 0 | 17 | 31 | 32 | 31 | 33 | 101 |
| Binary | 10111101 | 10100001 | 10001101 | 0 | 1111 | 11001 | 11010 | 11001 | 11011 | 1000001 |
Color Harmonies of #BDA18D
Complementary color
Monochromatic Colors of #BDA18D
Black with #BDA18D
Text Example
Text Example
White with #BDA18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA18D; }
p { color: rgb(189,161,141); }
H1.HeaderClassName
{
color: #BDA18D;
}
.AnyTagClassName
{
color: #BDA18D;
}
</style>
background-color css
<style>
a { background-color: #BDA18D; }
a { background-color: rgb(189,161,141); }
div.DivClassName
{
background-color: #BDA18D;
}
.BgClassName
{
background-color: #BDA18D;
}
</style>
border-color css
<style>
span { border-color: #BDA18D; }
span { border-color: rgb(189,161,141); }
td.TdClassName
{
border-color: #BDA18D;
}
.TagClassName
{
border-color: #BDA18D;
}
</style>