Shades of Rodeo Dust #BDA390
Tints of Rodeo Dust #BDA390
RGB
CMYK
RGB Variations
Color information
#BDA390 (or 0xBDA390) is known color: Rodeo Dust. HEX triplet: BD, A3 and 90. RGB value is (189,163,144). Sum of RGB (Red+Green+Blue) = 189+163+144=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA390 is #425C6F. Grayscale: #A8A8A8. Windows color (decimal): -4349040 or 9479101. OLE color: 9479101.
HSL color Cylindrical-coordinate representation of color #BDA390: hue angle of 25.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDA390 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 144 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.26 |
| HSL | 25.33º | 0.25% | 0.65% | - |
| HSV(B) | 25.33º | 0.24% | 0.74% | - |
| XYZ | 39.12 | 39.03 | 31.86 | - |
| YUV | 168.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 144 | 0 | 0.14 | 0.24 | 0.26 | 25.33 | 0.25 | 0.65 |
| Hex | BD | A3 | 90 | 0 | E | 18 | 1A | 19 | 19 | 41 |
| Octal | 275 | 243 | 220 | 0 | 16 | 30 | 32 | 31 | 31 | 101 |
| Binary | 10111101 | 10100011 | 10010000 | 0 | 1110 | 11000 | 11010 | 11001 | 11001 | 1000001 |
Color Harmonies of #BDA390
Complementary color
Monochromatic Colors of #BDA390
Black with #BDA390
Text Example
Text Example
White with #BDA390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA390; }
p { color: rgb(189,163,144); }
H1.HeaderClassName
{
color: #BDA390;
}
.AnyTagClassName
{
color: #BDA390;
}
</style>
background-color css
<style>
a { background-color: #BDA390; }
a { background-color: rgb(189,163,144); }
div.DivClassName
{
background-color: #BDA390;
}
.BgClassName
{
background-color: #BDA390;
}
</style>
border-color css
<style>
span { border-color: #BDA390; }
span { border-color: rgb(189,163,144); }
td.TdClassName
{
border-color: #BDA390;
}
.TagClassName
{
border-color: #BDA390;
}
</style>