Shades of Rodeo Dust #BDA48D
Tints of Rodeo Dust #BDA48D
RGB
CMYK
RGB Variations
Color information
#BDA48D (or 0xBDA48D) is known color: Rodeo Dust. HEX triplet: BD, A4 and 8D. RGB value is (189,164,141). Sum of RGB (Red+Green+Blue) = 189+164+141=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA48D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA48D is #425B72. Grayscale: #A8A8A8. Windows color (decimal): -4348787 or 9282749. OLE color: 9282749.
HSL color Cylindrical-coordinate representation of color #BDA48D: hue angle of 28.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDA48D is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 141 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.26 |
| HSL | 28.75º | 0.27% | 0.65% | - |
| HSV(B) | 28.75º | 0.25% | 0.74% | - |
| XYZ | 39.07 | 39.29 | 30.72 | - |
| YUV | 168.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 141 | 0 | 0.13 | 0.25 | 0.26 | 28.75 | 0.27 | 0.65 |
| Hex | BD | A4 | 8D | 0 | D | 19 | 1A | 1D | 1B | 41 |
| Octal | 275 | 244 | 215 | 0 | 15 | 31 | 32 | 35 | 33 | 101 |
| Binary | 10111101 | 10100100 | 10001101 | 0 | 1101 | 11001 | 11010 | 11101 | 11011 | 1000001 |
Color Harmonies of #BDA48D
Complementary color
Monochromatic Colors of #BDA48D
Black with #BDA48D
Text Example
Text Example
White with #BDA48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA48D; }
p { color: rgb(189,164,141); }
H1.HeaderClassName
{
color: #BDA48D;
}
.AnyTagClassName
{
color: #BDA48D;
}
</style>
background-color css
<style>
a { background-color: #BDA48D; }
a { background-color: rgb(189,164,141); }
div.DivClassName
{
background-color: #BDA48D;
}
.BgClassName
{
background-color: #BDA48D;
}
</style>
border-color css
<style>
span { border-color: #BDA48D; }
span { border-color: rgb(189,164,141); }
td.TdClassName
{
border-color: #BDA48D;
}
.TagClassName
{
border-color: #BDA48D;
}
</style>