Shades of Rodeo Dust #BDA587
Tints of Rodeo Dust #BDA587
RGB
CMYK
RGB Variations
Color information
#BDA587 (or 0xBDA587) is known color: Rodeo Dust. HEX triplet: BD, A5 and 87. RGB value is (189,165,135). Sum of RGB (Red+Green+Blue) = 189+165+135=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA587 is #425A78. Grayscale: #A8A8A8. Windows color (decimal): -4348537 or 8889789. OLE color: 8889789.
HSL color Cylindrical-coordinate representation of color #BDA587: hue angle of 33.33º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDA587 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 135 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.26 |
| HSL | 33.33º | 0.29% | 0.64% | - |
| HSV(B) | 33.33º | 0.29% | 0.74% | - |
| XYZ | 38.81 | 39.48 | 28.5 | - |
| YUV | 168.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 135 | 0 | 0.13 | 0.29 | 0.26 | 33.33 | 0.29 | 0.64 |
| Hex | BD | A5 | 87 | 0 | D | 1D | 1A | 21 | 1D | 40 |
| Octal | 275 | 245 | 207 | 0 | 15 | 35 | 32 | 41 | 35 | 100 |
| Binary | 10111101 | 10100101 | 10000111 | 0 | 1101 | 11101 | 11010 | 100001 | 11101 | 1000000 |
Color Harmonies of #BDA587
Complementary color
Monochromatic Colors of #BDA587
Black with #BDA587
Text Example
Text Example
White with #BDA587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA587; }
p { color: rgb(189,165,135); }
H1.HeaderClassName
{
color: #BDA587;
}
.AnyTagClassName
{
color: #BDA587;
}
</style>
background-color css
<style>
a { background-color: #BDA587; }
a { background-color: rgb(189,165,135); }
div.DivClassName
{
background-color: #BDA587;
}
.BgClassName
{
background-color: #BDA587;
}
</style>
border-color css
<style>
span { border-color: #BDA587; }
span { border-color: rgb(189,165,135); }
td.TdClassName
{
border-color: #BDA587;
}
.TagClassName
{
border-color: #BDA587;
}
</style>