Shades of Rodeo Dust #BDA28D
Tints of Rodeo Dust #BDA28D
RGB
CMYK
RGB Variations
Color information
#BDA28D (or 0xBDA28D) is known color: Rodeo Dust. HEX triplet: BD, A2 and 8D. RGB value is (189,162,141). Sum of RGB (Red+Green+Blue) = 189+162+141=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA28D is #425D72. Grayscale: #A7A7A7. Windows color (decimal): -4349299 or 9282237. OLE color: 9282237.
HSL color Cylindrical-coordinate representation of color #BDA28D: hue angle of 26.25º 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 #BDA28D is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 141 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.26 |
| HSL | 26.25º | 0.27% | 0.65% | - |
| HSV(B) | 26.25º | 0.25% | 0.74% | - |
| XYZ | 38.71 | 38.58 | 30.61 | - |
| YUV | 167.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 141 | 0 | 0.14 | 0.25 | 0.26 | 26.25 | 0.27 | 0.65 |
| Hex | BD | A2 | 8D | 0 | E | 19 | 1A | 1A | 1B | 41 |
| Octal | 275 | 242 | 215 | 0 | 16 | 31 | 32 | 32 | 33 | 101 |
| Binary | 10111101 | 10100010 | 10001101 | 0 | 1110 | 11001 | 11010 | 11010 | 11011 | 1000001 |
Color Harmonies of #BDA28D
Complementary color
Monochromatic Colors of #BDA28D
Black with #BDA28D
Text Example
Text Example
White with #BDA28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA28D; }
p { color: rgb(189,162,141); }
H1.HeaderClassName
{
color: #BDA28D;
}
.AnyTagClassName
{
color: #BDA28D;
}
</style>
background-color css
<style>
a { background-color: #BDA28D; }
a { background-color: rgb(189,162,141); }
div.DivClassName
{
background-color: #BDA28D;
}
.BgClassName
{
background-color: #BDA28D;
}
</style>
border-color css
<style>
span { border-color: #BDA28D; }
span { border-color: rgb(189,162,141); }
td.TdClassName
{
border-color: #BDA28D;
}
.TagClassName
{
border-color: #BDA28D;
}
</style>