Shades of Rodeo Dust #BEA08D
Tints of Rodeo Dust #BEA08D
RGB
CMYK
RGB Variations
Color information
#BEA08D (or 0xBEA08D) is known color: Rodeo Dust. HEX triplet: BE, A0 and 8D. RGB value is (190,160,141). Sum of RGB (Red+Green+Blue) = 190+160+141=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA08D is #415F72. Grayscale: #A6A6A6. Windows color (decimal): -4284275 or 9281726. OLE color: 9281726.
HSL color Cylindrical-coordinate representation of color #BEA08D: hue angle of 23.27º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEA08D is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 141 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.25 |
| HSL | 23.27º | 0.27% | 0.65% | - |
| HSV(B) | 23.27º | 0.26% | 0.75% | - |
| XYZ | 38.61 | 38.01 | 30.5 | - |
| YUV | 166.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 141 | 0 | 0.16 | 0.26 | 0.25 | 23.27 | 0.27 | 0.65 |
| Hex | BE | A0 | 8D | 0 | 10 | 1A | 19 | 17 | 1B | 41 |
| Octal | 276 | 240 | 215 | 0 | 20 | 32 | 31 | 27 | 33 | 101 |
| Binary | 10111110 | 10100000 | 10001101 | 0 | 10000 | 11010 | 11001 | 10111 | 11011 | 1000001 |
Color Harmonies of #BEA08D
Complementary color
Monochromatic Colors of #BEA08D
Black with #BEA08D
Text Example
Text Example
White with #BEA08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA08D; }
p { color: rgb(190,160,141); }
H1.HeaderClassName
{
color: #BEA08D;
}
.AnyTagClassName
{
color: #BEA08D;
}
</style>
background-color css
<style>
a { background-color: #BEA08D; }
a { background-color: rgb(190,160,141); }
div.DivClassName
{
background-color: #BEA08D;
}
.BgClassName
{
background-color: #BEA08D;
}
</style>
border-color css
<style>
span { border-color: #BEA08D; }
span { border-color: rgb(190,160,141); }
td.TdClassName
{
border-color: #BEA08D;
}
.TagClassName
{
border-color: #BEA08D;
}
</style>