Shades of Rodeo Dust #BDA790
Tints of Rodeo Dust #BDA790
RGB
CMYK
RGB Variations
Color information
#BDA790 (or 0xBDA790) is known color: Rodeo Dust. HEX triplet: BD, A7 and 90. RGB value is (189,167,144). Sum of RGB (Red+Green+Blue) = 189+167+144=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA790 is #42586F. Grayscale: #ABABAB. Windows color (decimal): -4348016 or 9480125. OLE color: 9480125.
HSL color Cylindrical-coordinate representation of color #BDA790: hue angle of 30.67º 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 #BDA790 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 144 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.26 |
| HSL | 30.67º | 0.25% | 0.65% | - |
| HSV(B) | 30.67º | 0.24% | 0.74% | - |
| XYZ | 39.84 | 40.47 | 32.1 | - |
| YUV | 170.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 144 | 0 | 0.12 | 0.24 | 0.26 | 30.67 | 0.25 | 0.65 |
| Hex | BD | A7 | 90 | 0 | C | 18 | 1A | 1F | 19 | 41 |
| Octal | 275 | 247 | 220 | 0 | 14 | 30 | 32 | 37 | 31 | 101 |
| Binary | 10111101 | 10100111 | 10010000 | 0 | 1100 | 11000 | 11010 | 11111 | 11001 | 1000001 |
Color Harmonies of #BDA790
Complementary color
Monochromatic Colors of #BDA790
Black with #BDA790
Text Example
Text Example
White with #BDA790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA790; }
p { color: rgb(189,167,144); }
H1.HeaderClassName
{
color: #BDA790;
}
.AnyTagClassName
{
color: #BDA790;
}
</style>
background-color css
<style>
a { background-color: #BDA790; }
a { background-color: rgb(189,167,144); }
div.DivClassName
{
background-color: #BDA790;
}
.BgClassName
{
background-color: #BDA790;
}
</style>
border-color css
<style>
span { border-color: #BDA790; }
span { border-color: rgb(189,167,144); }
td.TdClassName
{
border-color: #BDA790;
}
.TagClassName
{
border-color: #BDA790;
}
</style>