Shades of Rodeo Dust #BDA48A
Tints of Rodeo Dust #BDA48A
RGB
CMYK
RGB Variations
Color information
#BDA48A (or 0xBDA48A) is known color: Rodeo Dust. HEX triplet: BD, A4 and 8A. RGB value is (189,164,138). Sum of RGB (Red+Green+Blue) = 189+164+138=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA48A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA48A is #425B75. Grayscale: #A8A8A8. Windows color (decimal): -4348790 or 9086141. OLE color: 9086141.
HSL color Cylindrical-coordinate representation of color #BDA48A: hue angle of 30.59º 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 #BDA48A is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 138 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.26 |
| HSL | 30.59º | 0.28% | 0.64% | - |
| HSV(B) | 30.59º | 0.27% | 0.74% | - |
| XYZ | 38.85 | 39.2 | 29.56 | - |
| YUV | 168.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 138 | 0 | 0.13 | 0.27 | 0.26 | 30.59 | 0.28 | 0.64 |
| Hex | BD | A4 | 8A | 0 | D | 1B | 1A | 1F | 1C | 40 |
| Octal | 275 | 244 | 212 | 0 | 15 | 33 | 32 | 37 | 34 | 100 |
| Binary | 10111101 | 10100100 | 10001010 | 0 | 1101 | 11011 | 11010 | 11111 | 11100 | 1000000 |
Color Harmonies of #BDA48A
Complementary color
Monochromatic Colors of #BDA48A
Black with #BDA48A
Text Example
Text Example
White with #BDA48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA48A; }
p { color: rgb(189,164,138); }
H1.HeaderClassName
{
color: #BDA48A;
}
.AnyTagClassName
{
color: #BDA48A;
}
</style>
background-color css
<style>
a { background-color: #BDA48A; }
a { background-color: rgb(189,164,138); }
div.DivClassName
{
background-color: #BDA48A;
}
.BgClassName
{
background-color: #BDA48A;
}
</style>
border-color css
<style>
span { border-color: #BDA48A; }
span { border-color: rgb(189,164,138); }
td.TdClassName
{
border-color: #BDA48A;
}
.TagClassName
{
border-color: #BDA48A;
}
</style>