Shades of Rodeo Dust #BDA18A
Tints of Rodeo Dust #BDA18A
RGB
CMYK
RGB Variations
Color information
#BDA18A (or 0xBDA18A) is known color: Rodeo Dust. HEX triplet: BD, A1 and 8A. RGB value is (189,161,138). Sum of RGB (Red+Green+Blue) = 189+161+138=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA18A is #425E75. Grayscale: #A6A6A6. Windows color (decimal): -4349558 or 9085373. OLE color: 9085373.
HSL color Cylindrical-coordinate representation of color #BDA18A: hue angle of 27.06º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDA18A is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 138 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.26 |
| HSL | 27.06º | 0.28% | 0.64% | - |
| HSV(B) | 27.06º | 0.27% | 0.74% | - |
| XYZ | 38.32 | 38.14 | 29.39 | - |
| YUV | 166.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 138 | 0 | 0.15 | 0.27 | 0.26 | 27.06 | 0.28 | 0.64 |
| Hex | BD | A1 | 8A | 0 | F | 1B | 1A | 1B | 1C | 40 |
| Octal | 275 | 241 | 212 | 0 | 17 | 33 | 32 | 33 | 34 | 100 |
| Binary | 10111101 | 10100001 | 10001010 | 0 | 1111 | 11011 | 11010 | 11011 | 11100 | 1000000 |
Color Harmonies of #BDA18A
Complementary color
Monochromatic Colors of #BDA18A
Black with #BDA18A
Text Example
Text Example
White with #BDA18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA18A; }
p { color: rgb(189,161,138); }
H1.HeaderClassName
{
color: #BDA18A;
}
.AnyTagClassName
{
color: #BDA18A;
}
</style>
background-color css
<style>
a { background-color: #BDA18A; }
a { background-color: rgb(189,161,138); }
div.DivClassName
{
background-color: #BDA18A;
}
.BgClassName
{
background-color: #BDA18A;
}
</style>
border-color css
<style>
span { border-color: #BDA18A; }
span { border-color: rgb(189,161,138); }
td.TdClassName
{
border-color: #BDA18A;
}
.TagClassName
{
border-color: #BDA18A;
}
</style>