Shades of Rodeo Dust #BDA08B
Tints of Rodeo Dust #BDA08B
RGB
CMYK
RGB Variations
Color information
#BDA08B (or 0xBDA08B) is known color: Rodeo Dust. HEX triplet: BD, A0 and 8B. RGB value is (189,160,139). Sum of RGB (Red+Green+Blue) = 189+160+139=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA08B is #425F74. Grayscale: #A6A6A6. Windows color (decimal): -4349813 or 9150653. OLE color: 9150653.
HSL color Cylindrical-coordinate representation of color #BDA08B: hue angle of 25.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDA08B is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 139 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.26 |
| HSL | 25.2º | 0.27% | 0.64% | - |
| HSV(B) | 25.2º | 0.26% | 0.74% | - |
| XYZ | 38.22 | 37.82 | 29.71 | - |
| YUV | 166.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 139 | 0 | 0.15 | 0.26 | 0.26 | 25.2 | 0.27 | 0.64 |
| Hex | BD | A0 | 8B | 0 | F | 1A | 1A | 19 | 1B | 40 |
| Octal | 275 | 240 | 213 | 0 | 17 | 32 | 32 | 31 | 33 | 100 |
| Binary | 10111101 | 10100000 | 10001011 | 0 | 1111 | 11010 | 11010 | 11001 | 11011 | 1000000 |
Color Harmonies of #BDA08B
Complementary color
Monochromatic Colors of #BDA08B
Black with #BDA08B
Text Example
Text Example
White with #BDA08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA08B; }
p { color: rgb(189,160,139); }
H1.HeaderClassName
{
color: #BDA08B;
}
.AnyTagClassName
{
color: #BDA08B;
}
</style>
background-color css
<style>
a { background-color: #BDA08B; }
a { background-color: rgb(189,160,139); }
div.DivClassName
{
background-color: #BDA08B;
}
.BgClassName
{
background-color: #BDA08B;
}
</style>
border-color css
<style>
span { border-color: #BDA08B; }
span { border-color: rgb(189,160,139); }
td.TdClassName
{
border-color: #BDA08B;
}
.TagClassName
{
border-color: #BDA08B;
}
</style>