Shades of Rodeo Dust #BDA08A
Tints of Rodeo Dust #BDA08A
RGB
CMYK
RGB Variations
Color information
#BDA08A (or 0xBDA08A) is known color: Rodeo Dust. HEX triplet: BD, A0 and 8A. RGB value is (189,160,138). Sum of RGB (Red+Green+Blue) = 189+160+138=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA08A is #425F75. Grayscale: #A6A6A6. Windows color (decimal): -4349814 or 9085117. OLE color: 9085117.
HSL color Cylindrical-coordinate representation of color #BDA08A: hue angle of 25.88º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDA08A is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 138 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.26 |
| HSL | 25.88º | 0.28% | 0.64% | - |
| HSV(B) | 25.88º | 0.27% | 0.74% | - |
| XYZ | 38.14 | 37.8 | 29.33 | - |
| YUV | 166.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 138 | 0 | 0.15 | 0.27 | 0.26 | 25.88 | 0.28 | 0.64 |
| Hex | BD | A0 | 8A | 0 | F | 1B | 1A | 1A | 1C | 40 |
| Octal | 275 | 240 | 212 | 0 | 17 | 33 | 32 | 32 | 34 | 100 |
| Binary | 10111101 | 10100000 | 10001010 | 0 | 1111 | 11011 | 11010 | 11010 | 11100 | 1000000 |
Color Harmonies of #BDA08A
Complementary color
Monochromatic Colors of #BDA08A
Black with #BDA08A
Text Example
Text Example
White with #BDA08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA08A; }
p { color: rgb(189,160,138); }
H1.HeaderClassName
{
color: #BDA08A;
}
.AnyTagClassName
{
color: #BDA08A;
}
</style>
background-color css
<style>
a { background-color: #BDA08A; }
a { background-color: rgb(189,160,138); }
div.DivClassName
{
background-color: #BDA08A;
}
.BgClassName
{
background-color: #BDA08A;
}
</style>
border-color css
<style>
span { border-color: #BDA08A; }
span { border-color: rgb(189,160,138); }
td.TdClassName
{
border-color: #BDA08A;
}
.TagClassName
{
border-color: #BDA08A;
}
</style>