Shades of Rodeo Dust #BDA18E
Tints of Rodeo Dust #BDA18E
RGB
CMYK
RGB Variations
Color information
#BDA18E (or 0xBDA18E) is known color: Rodeo Dust. HEX triplet: BD, A1 and 8E. RGB value is (189,161,142). Sum of RGB (Red+Green+Blue) = 189+161+142=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA18E is #425E71. Grayscale: #A7A7A7. Windows color (decimal): -4349554 or 9347517. OLE color: 9347517.
HSL color Cylindrical-coordinate representation of color #BDA18E: hue angle of 24.26º degrees, saturation: 0.26, 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 #BDA18E is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 142 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.26 |
| HSL | 24.26º | 0.26% | 0.65% | - |
| HSV(B) | 24.26º | 0.25% | 0.74% | - |
| XYZ | 38.61 | 38.26 | 30.94 | - |
| YUV | 167.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 142 | 0 | 0.15 | 0.25 | 0.26 | 24.26 | 0.26 | 0.65 |
| Hex | BD | A1 | 8E | 0 | F | 19 | 1A | 18 | 1A | 41 |
| Octal | 275 | 241 | 216 | 0 | 17 | 31 | 32 | 30 | 32 | 101 |
| Binary | 10111101 | 10100001 | 10001110 | 0 | 1111 | 11001 | 11010 | 11000 | 11010 | 1000001 |
Color Harmonies of #BDA18E
Complementary color
Monochromatic Colors of #BDA18E
Black with #BDA18E
Text Example
Text Example
White with #BDA18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA18E; }
p { color: rgb(189,161,142); }
H1.HeaderClassName
{
color: #BDA18E;
}
.AnyTagClassName
{
color: #BDA18E;
}
</style>
background-color css
<style>
a { background-color: #BDA18E; }
a { background-color: rgb(189,161,142); }
div.DivClassName
{
background-color: #BDA18E;
}
.BgClassName
{
background-color: #BDA18E;
}
</style>
border-color css
<style>
span { border-color: #BDA18E; }
span { border-color: rgb(189,161,142); }
td.TdClassName
{
border-color: #BDA18E;
}
.TagClassName
{
border-color: #BDA18E;
}
</style>