Shades of Rodeo Dust #BDA087
Tints of Rodeo Dust #BDA087
RGB
CMYK
RGB Variations
Color information
#BDA087 (or 0xBDA087) is known color: Rodeo Dust. HEX triplet: BD, A0 and 87. RGB value is (189,160,135). Sum of RGB (Red+Green+Blue) = 189+160+135=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA087 is #425F78. Grayscale: #A5A5A5. Windows color (decimal): -4349817 or 8888509. OLE color: 8888509.
HSL color Cylindrical-coordinate representation of color #BDA087: hue angle of 27.78º 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 #BDA087 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 135 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.26 |
| HSL | 27.78º | 0.29% | 0.64% | - |
| HSV(B) | 27.78º | 0.29% | 0.74% | - |
| XYZ | 37.93 | 37.71 | 28.2 | - |
| YUV | 165.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 135 | 0 | 0.15 | 0.29 | 0.26 | 27.78 | 0.29 | 0.64 |
| Hex | BD | A0 | 87 | 0 | F | 1D | 1A | 1C | 1D | 40 |
| Octal | 275 | 240 | 207 | 0 | 17 | 35 | 32 | 34 | 35 | 100 |
| Binary | 10111101 | 10100000 | 10000111 | 0 | 1111 | 11101 | 11010 | 11100 | 11101 | 1000000 |
Color Harmonies of #BDA087
Complementary color
Monochromatic Colors of #BDA087
Black with #BDA087
Text Example
Text Example
White with #BDA087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA087; }
p { color: rgb(189,160,135); }
H1.HeaderClassName
{
color: #BDA087;
}
.AnyTagClassName
{
color: #BDA087;
}
</style>
background-color css
<style>
a { background-color: #BDA087; }
a { background-color: rgb(189,160,135); }
div.DivClassName
{
background-color: #BDA087;
}
.BgClassName
{
background-color: #BDA087;
}
</style>
border-color css
<style>
span { border-color: #BDA087; }
span { border-color: rgb(189,160,135); }
td.TdClassName
{
border-color: #BDA087;
}
.TagClassName
{
border-color: #BDA087;
}
</style>