Shades of Rodeo Dust #BD9F86
Tints of Rodeo Dust #BD9F86
RGB
CMYK
RGB Variations
Color information
#BD9F86 (or 0xBD9F86) is known color: Rodeo Dust. HEX triplet: BD, 9F and 86. RGB value is (189,159,134). Sum of RGB (Red+Green+Blue) = 189+159+134=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9F86 is #426079. Grayscale: #A5A5A5. Windows color (decimal): -4350074 or 8822717. OLE color: 8822717.
HSL color Cylindrical-coordinate representation of color #BD9F86: hue angle of 27.27º 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 #BD9F86 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 134 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.26 |
| HSL | 27.27º | 0.29% | 0.63% | - |
| HSV(B) | 27.27º | 0.29% | 0.74% | - |
| XYZ | 37.69 | 37.34 | 27.77 | - |
| YUV | 165.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 134 | 0 | 0.16 | 0.29 | 0.26 | 27.27 | 0.29 | 0.63 |
| Hex | BD | 9F | 86 | 0 | 10 | 1D | 1A | 1B | 1D | 3F |
| Octal | 275 | 237 | 206 | 0 | 20 | 35 | 32 | 33 | 35 | 77 |
| Binary | 10111101 | 10011111 | 10000110 | 0 | 10000 | 11101 | 11010 | 11011 | 11101 | 111111 |
Color Harmonies of #BD9F86
Complementary color
Monochromatic Colors of #BD9F86
Black with #BD9F86
Text Example
Text Example
White with #BD9F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F86; }
p { color: rgb(189,159,134); }
H1.HeaderClassName
{
color: #BD9F86;
}
.AnyTagClassName
{
color: #BD9F86;
}
</style>
background-color css
<style>
a { background-color: #BD9F86; }
a { background-color: rgb(189,159,134); }
div.DivClassName
{
background-color: #BD9F86;
}
.BgClassName
{
background-color: #BD9F86;
}
</style>
border-color css
<style>
span { border-color: #BD9F86; }
span { border-color: rgb(189,159,134); }
td.TdClassName
{
border-color: #BD9F86;
}
.TagClassName
{
border-color: #BD9F86;
}
</style>