Shades of Rodeo Dust #BDA38C
Tints of Rodeo Dust #BDA38C
RGB
CMYK
RGB Variations
Color information
#BDA38C (or 0xBDA38C) is known color: Rodeo Dust. HEX triplet: BD, A3 and 8C. RGB value is (189,163,140). Sum of RGB (Red+Green+Blue) = 189+163+140=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA38C is #425C73. Grayscale: #A8A8A8. Windows color (decimal): -4349044 or 9216957. OLE color: 9216957.
HSL color Cylindrical-coordinate representation of color #BDA38C: hue angle of 28.16º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDA38C is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 140 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.26 |
| HSL | 28.16º | 0.27% | 0.65% | - |
| HSV(B) | 28.16º | 0.26% | 0.74% | - |
| XYZ | 38.82 | 38.91 | 30.27 | - |
| YUV | 168.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 140 | 0 | 0.14 | 0.26 | 0.26 | 28.16 | 0.27 | 0.65 |
| Hex | BD | A3 | 8C | 0 | E | 1A | 1A | 1C | 1B | 41 |
| Octal | 275 | 243 | 214 | 0 | 16 | 32 | 32 | 34 | 33 | 101 |
| Binary | 10111101 | 10100011 | 10001100 | 0 | 1110 | 11010 | 11010 | 11100 | 11011 | 1000001 |
Color Harmonies of #BDA38C
Complementary color
Monochromatic Colors of #BDA38C
Black with #BDA38C
Text Example
Text Example
White with #BDA38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA38C; }
p { color: rgb(189,163,140); }
H1.HeaderClassName
{
color: #BDA38C;
}
.AnyTagClassName
{
color: #BDA38C;
}
</style>
background-color css
<style>
a { background-color: #BDA38C; }
a { background-color: rgb(189,163,140); }
div.DivClassName
{
background-color: #BDA38C;
}
.BgClassName
{
background-color: #BDA38C;
}
</style>
border-color css
<style>
span { border-color: #BDA38C; }
span { border-color: rgb(189,163,140); }
td.TdClassName
{
border-color: #BDA38C;
}
.TagClassName
{
border-color: #BDA38C;
}
</style>