Shades of Rodeo Dust #BDA380
Tints of Rodeo Dust #BDA380
RGB
CMYK
RGB Variations
Color information
#BDA380 (or 0xBDA380) is known color: Rodeo Dust. HEX triplet: BD, A3 and 80. RGB value is (189,163,128). Sum of RGB (Red+Green+Blue) = 189+163+128=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA380 is #425C7F. Grayscale: #A6A6A6. Windows color (decimal): -4349056 or 8430525. OLE color: 8430525.
HSL color Cylindrical-coordinate representation of color #BDA380: hue angle of 34.43º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDA380 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 128 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.26 |
| HSL | 34.43º | 0.32% | 0.62% | - |
| HSV(B) | 34.43º | 0.32% | 0.74% | - |
| XYZ | 37.98 | 38.57 | 25.87 | - |
| YUV | 166.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 128 | 0 | 0.14 | 0.32 | 0.26 | 34.43 | 0.32 | 0.62 |
| Hex | BD | A3 | 80 | 0 | E | 20 | 1A | 22 | 20 | 3E |
| Octal | 275 | 243 | 200 | 0 | 16 | 40 | 32 | 42 | 40 | 76 |
| Binary | 10111101 | 10100011 | 10000000 | 0 | 1110 | 100000 | 11010 | 100010 | 100000 | 111110 |
Color Harmonies of #BDA380
Complementary color
Monochromatic Colors of #BDA380
Black with #BDA380
Text Example
Text Example
White with #BDA380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA380; }
p { color: rgb(189,163,128); }
H1.HeaderClassName
{
color: #BDA380;
}
.AnyTagClassName
{
color: #BDA380;
}
</style>
background-color css
<style>
a { background-color: #BDA380; }
a { background-color: rgb(189,163,128); }
div.DivClassName
{
background-color: #BDA380;
}
.BgClassName
{
background-color: #BDA380;
}
</style>
border-color css
<style>
span { border-color: #BDA380; }
span { border-color: rgb(189,163,128); }
td.TdClassName
{
border-color: #BDA380;
}
.TagClassName
{
border-color: #BDA380;
}
</style>