Shades of Rodeo Dust #BDA38A
Tints of Rodeo Dust #BDA38A
RGB
CMYK
RGB Variations
Color information
#BDA38A (or 0xBDA38A) is known color: Rodeo Dust. HEX triplet: BD, A3 and 8A. RGB value is (189,163,138). Sum of RGB (Red+Green+Blue) = 189+163+138=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA38A is #425C75. Grayscale: #A8A8A8. Windows color (decimal): -4349046 or 9085885. OLE color: 9085885.
HSL color Cylindrical-coordinate representation of color #BDA38A: hue angle of 29.41º 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 #BDA38A is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 138 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.26 |
| HSL | 29.41º | 0.28% | 0.64% | - |
| HSV(B) | 29.41º | 0.27% | 0.74% | - |
| XYZ | 38.67 | 38.85 | 29.51 | - |
| YUV | 167.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 138 | 0 | 0.14 | 0.27 | 0.26 | 29.41 | 0.28 | 0.64 |
| Hex | BD | A3 | 8A | 0 | E | 1B | 1A | 1D | 1C | 40 |
| Octal | 275 | 243 | 212 | 0 | 16 | 33 | 32 | 35 | 34 | 100 |
| Binary | 10111101 | 10100011 | 10001010 | 0 | 1110 | 11011 | 11010 | 11101 | 11100 | 1000000 |
Color Harmonies of #BDA38A
Complementary color
Monochromatic Colors of #BDA38A
Black with #BDA38A
Text Example
Text Example
White with #BDA38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA38A; }
p { color: rgb(189,163,138); }
H1.HeaderClassName
{
color: #BDA38A;
}
.AnyTagClassName
{
color: #BDA38A;
}
</style>
background-color css
<style>
a { background-color: #BDA38A; }
a { background-color: rgb(189,163,138); }
div.DivClassName
{
background-color: #BDA38A;
}
.BgClassName
{
background-color: #BDA38A;
}
</style>
border-color css
<style>
span { border-color: #BDA38A; }
span { border-color: rgb(189,163,138); }
td.TdClassName
{
border-color: #BDA38A;
}
.TagClassName
{
border-color: #BDA38A;
}
</style>