Shades of Rodeo Dust #BD9F88
Tints of Rodeo Dust #BD9F88
RGB
CMYK
RGB Variations
Color information
#BD9F88 (or 0xBD9F88) is known color: Rodeo Dust. HEX triplet: BD, 9F and 88. RGB value is (189,159,136). Sum of RGB (Red+Green+Blue) = 189+159+136=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9F88 is #426077. Grayscale: #A5A5A5. Windows color (decimal): -4350072 or 8953789. OLE color: 8953789.
HSL color Cylindrical-coordinate representation of color #BD9F88: hue angle of 26.04º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD9F88 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 136 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.26 |
| HSL | 26.04º | 0.29% | 0.64% | - |
| HSV(B) | 26.04º | 0.28% | 0.74% | - |
| XYZ | 37.83 | 37.39 | 28.52 | - |
| YUV | 165.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 136 | 0 | 0.16 | 0.28 | 0.26 | 26.04 | 0.29 | 0.64 |
| Hex | BD | 9F | 88 | 0 | 10 | 1C | 1A | 1A | 1D | 40 |
| Octal | 275 | 237 | 210 | 0 | 20 | 34 | 32 | 32 | 35 | 100 |
| Binary | 10111101 | 10011111 | 10001000 | 0 | 10000 | 11100 | 11010 | 11010 | 11101 | 1000000 |
Color Harmonies of #BD9F88
Complementary color
Monochromatic Colors of #BD9F88
Black with #BD9F88
Text Example
Text Example
White with #BD9F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F88; }
p { color: rgb(189,159,136); }
H1.HeaderClassName
{
color: #BD9F88;
}
.AnyTagClassName
{
color: #BD9F88;
}
</style>
background-color css
<style>
a { background-color: #BD9F88; }
a { background-color: rgb(189,159,136); }
div.DivClassName
{
background-color: #BD9F88;
}
.BgClassName
{
background-color: #BD9F88;
}
</style>
border-color css
<style>
span { border-color: #BD9F88; }
span { border-color: rgb(189,159,136); }
td.TdClassName
{
border-color: #BD9F88;
}
.TagClassName
{
border-color: #BD9F88;
}
</style>