Shades of Rodeo Dust #BDA28A
Tints of Rodeo Dust #BDA28A
RGB
CMYK
RGB Variations
Color information
#BDA28A (or 0xBDA28A) is known color: Rodeo Dust. HEX triplet: BD, A2 and 8A. RGB value is (189,162,138). Sum of RGB (Red+Green+Blue) = 189+162+138=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA28A is #425D75. Grayscale: #A7A7A7. Windows color (decimal): -4349302 or 9085629. OLE color: 9085629.
HSL color Cylindrical-coordinate representation of color #BDA28A: hue angle of 28.24º 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 #BDA28A is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 138 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.26 |
| HSL | 28.24º | 0.28% | 0.64% | - |
| HSV(B) | 28.24º | 0.27% | 0.74% | - |
| XYZ | 38.49 | 38.49 | 29.45 | - |
| YUV | 167.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 138 | 0 | 0.14 | 0.27 | 0.26 | 28.24 | 0.28 | 0.64 |
| Hex | BD | A2 | 8A | 0 | E | 1B | 1A | 1C | 1C | 40 |
| Octal | 275 | 242 | 212 | 0 | 16 | 33 | 32 | 34 | 34 | 100 |
| Binary | 10111101 | 10100010 | 10001010 | 0 | 1110 | 11011 | 11010 | 11100 | 11100 | 1000000 |
Color Harmonies of #BDA28A
Complementary color
Monochromatic Colors of #BDA28A
Black with #BDA28A
Text Example
Text Example
White with #BDA28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA28A; }
p { color: rgb(189,162,138); }
H1.HeaderClassName
{
color: #BDA28A;
}
.AnyTagClassName
{
color: #BDA28A;
}
</style>
background-color css
<style>
a { background-color: #BDA28A; }
a { background-color: rgb(189,162,138); }
div.DivClassName
{
background-color: #BDA28A;
}
.BgClassName
{
background-color: #BDA28A;
}
</style>
border-color css
<style>
span { border-color: #BDA28A; }
span { border-color: rgb(189,162,138); }
td.TdClassName
{
border-color: #BDA28A;
}
.TagClassName
{
border-color: #BDA28A;
}
</style>