Shades of Rodeo Dust #BDA18C
Tints of Rodeo Dust #BDA18C
RGB
CMYK
RGB Variations
Color information
#BDA18C (or 0xBDA18C) is known color: Rodeo Dust. HEX triplet: BD, A1 and 8C. RGB value is (189,161,140). Sum of RGB (Red+Green+Blue) = 189+161+140=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA18C is #425E73. Grayscale: #A7A7A7. Windows color (decimal): -4349556 or 9216445. OLE color: 9216445.
HSL color Cylindrical-coordinate representation of color #BDA18C: hue angle of 25.71º 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 #BDA18C is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 140 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.26 |
| HSL | 25.71º | 0.27% | 0.65% | - |
| HSV(B) | 25.71º | 0.26% | 0.74% | - |
| XYZ | 38.46 | 38.2 | 30.16 | - |
| YUV | 166.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 140 | 0 | 0.15 | 0.26 | 0.26 | 25.71 | 0.27 | 0.65 |
| Hex | BD | A1 | 8C | 0 | F | 1A | 1A | 1A | 1B | 41 |
| Octal | 275 | 241 | 214 | 0 | 17 | 32 | 32 | 32 | 33 | 101 |
| Binary | 10111101 | 10100001 | 10001100 | 0 | 1111 | 11010 | 11010 | 11010 | 11011 | 1000001 |
Color Harmonies of #BDA18C
Complementary color
Monochromatic Colors of #BDA18C
Black with #BDA18C
Text Example
Text Example
White with #BDA18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA18C; }
p { color: rgb(189,161,140); }
H1.HeaderClassName
{
color: #BDA18C;
}
.AnyTagClassName
{
color: #BDA18C;
}
</style>
background-color css
<style>
a { background-color: #BDA18C; }
a { background-color: rgb(189,161,140); }
div.DivClassName
{
background-color: #BDA18C;
}
.BgClassName
{
background-color: #BDA18C;
}
</style>
border-color css
<style>
span { border-color: #BDA18C; }
span { border-color: rgb(189,161,140); }
td.TdClassName
{
border-color: #BDA18C;
}
.TagClassName
{
border-color: #BDA18C;
}
</style>