Shades of Rodeo Dust #BDA086
Tints of Rodeo Dust #BDA086
RGB
CMYK
RGB Variations
Color information
#BDA086 (or 0xBDA086) is known color: Rodeo Dust. HEX triplet: BD, A0 and 86. RGB value is (189,160,134). Sum of RGB (Red+Green+Blue) = 189+160+134=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA086 is #425F79. Grayscale: #A5A5A5. Windows color (decimal): -4349818 or 8822973. OLE color: 8822973.
HSL color Cylindrical-coordinate representation of color #BDA086: hue angle of 28.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDA086 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 134 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.26 |
| HSL | 28.36º | 0.29% | 0.63% | - |
| HSV(B) | 28.36º | 0.29% | 0.74% | - |
| XYZ | 37.86 | 37.68 | 27.83 | - |
| YUV | 165.71 | 110.11 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 134 | 0 | 0.15 | 0.29 | 0.26 | 28.36 | 0.29 | 0.63 |
| Hex | BD | A0 | 86 | 0 | F | 1D | 1A | 1C | 1D | 3F |
| Octal | 275 | 240 | 206 | 0 | 17 | 35 | 32 | 34 | 35 | 77 |
| Binary | 10111101 | 10100000 | 10000110 | 0 | 1111 | 11101 | 11010 | 11100 | 11101 | 111111 |
Color Harmonies of #BDA086
Complementary color
Monochromatic Colors of #BDA086
Black with #BDA086
Text Example
Text Example
White with #BDA086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA086; }
p { color: rgb(189,160,134); }
H1.HeaderClassName
{
color: #BDA086;
}
.AnyTagClassName
{
color: #BDA086;
}
</style>
background-color css
<style>
a { background-color: #BDA086; }
a { background-color: rgb(189,160,134); }
div.DivClassName
{
background-color: #BDA086;
}
.BgClassName
{
background-color: #BDA086;
}
</style>
border-color css
<style>
span { border-color: #BDA086; }
span { border-color: rgb(189,160,134); }
td.TdClassName
{
border-color: #BDA086;
}
.TagClassName
{
border-color: #BDA086;
}
</style>