Shades of Rodeo Dust #BDA38B
Tints of Rodeo Dust #BDA38B
RGB
CMYK
RGB Variations
Color information
#BDA38B (or 0xBDA38B) is known color: Rodeo Dust. HEX triplet: BD, A3 and 8B. RGB value is (189,163,139). Sum of RGB (Red+Green+Blue) = 189+163+139=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA38B is #425C74. Grayscale: #A8A8A8. Windows color (decimal): -4349045 or 9151421. OLE color: 9151421.
HSL color Cylindrical-coordinate representation of color #BDA38B: hue angle of 28.8º 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 #BDA38B is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 139 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.26 |
| HSL | 28.8º | 0.27% | 0.64% | - |
| HSV(B) | 28.8º | 0.26% | 0.74% | - |
| XYZ | 38.74 | 38.88 | 29.89 | - |
| YUV | 168.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 139 | 0 | 0.14 | 0.26 | 0.26 | 28.8 | 0.27 | 0.64 |
| Hex | BD | A3 | 8B | 0 | E | 1A | 1A | 1D | 1B | 40 |
| Octal | 275 | 243 | 213 | 0 | 16 | 32 | 32 | 35 | 33 | 100 |
| Binary | 10111101 | 10100011 | 10001011 | 0 | 1110 | 11010 | 11010 | 11101 | 11011 | 1000000 |
Color Harmonies of #BDA38B
Complementary color
Monochromatic Colors of #BDA38B
Black with #BDA38B
Text Example
Text Example
White with #BDA38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA38B; }
p { color: rgb(189,163,139); }
H1.HeaderClassName
{
color: #BDA38B;
}
.AnyTagClassName
{
color: #BDA38B;
}
</style>
background-color css
<style>
a { background-color: #BDA38B; }
a { background-color: rgb(189,163,139); }
div.DivClassName
{
background-color: #BDA38B;
}
.BgClassName
{
background-color: #BDA38B;
}
</style>
border-color css
<style>
span { border-color: #BDA38B; }
span { border-color: rgb(189,163,139); }
td.TdClassName
{
border-color: #BDA38B;
}
.TagClassName
{
border-color: #BDA38B;
}
</style>