Shades of Rodeo Dust #BEA18D
Tints of Rodeo Dust #BEA18D
RGB
CMYK
RGB Variations
Color information
#BEA18D (or 0xBEA18D) is known color: Rodeo Dust. HEX triplet: BE, A1 and 8D. RGB value is (190,161,141). Sum of RGB (Red+Green+Blue) = 190+161+141=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA18D is #415E72. Grayscale: #A7A7A7. Windows color (decimal): -4284019 or 9281982. OLE color: 9281982.
HSL color Cylindrical-coordinate representation of color #BEA18D: hue angle of 24.49º 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 #BEA18D is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 141 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.25 |
| HSL | 24.49º | 0.27% | 0.65% | - |
| HSV(B) | 24.49º | 0.26% | 0.75% | - |
| XYZ | 38.79 | 38.36 | 30.56 | - |
| YUV | 167.39 | 113.11 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 141 | 0 | 0.15 | 0.26 | 0.25 | 24.49 | 0.27 | 0.65 |
| Hex | BE | A1 | 8D | 0 | F | 1A | 19 | 18 | 1B | 41 |
| Octal | 276 | 241 | 215 | 0 | 17 | 32 | 31 | 30 | 33 | 101 |
| Binary | 10111110 | 10100001 | 10001101 | 0 | 1111 | 11010 | 11001 | 11000 | 11011 | 1000001 |
Color Harmonies of #BEA18D
Complementary color
Monochromatic Colors of #BEA18D
Black with #BEA18D
Text Example
Text Example
White with #BEA18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA18D; }
p { color: rgb(190,161,141); }
H1.HeaderClassName
{
color: #BEA18D;
}
.AnyTagClassName
{
color: #BEA18D;
}
</style>
background-color css
<style>
a { background-color: #BEA18D; }
a { background-color: rgb(190,161,141); }
div.DivClassName
{
background-color: #BEA18D;
}
.BgClassName
{
background-color: #BEA18D;
}
</style>
border-color css
<style>
span { border-color: #BEA18D; }
span { border-color: rgb(190,161,141); }
td.TdClassName
{
border-color: #BEA18D;
}
.TagClassName
{
border-color: #BEA18D;
}
</style>