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