Shades of Rodeo Dust #BEA281
Tints of Rodeo Dust #BEA281
RGB
CMYK
RGB Variations
Color information
#BEA281 (or 0xBEA281) is known color: Rodeo Dust. HEX triplet: BE, A2 and 81. RGB value is (190,162,129). Sum of RGB (Red+Green+Blue) = 190+162+129=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA281 is #415D7E. Grayscale: #A6A6A6. Windows color (decimal): -4283775 or 8495806. OLE color: 8495806.
HSL color Cylindrical-coordinate representation of color #BEA281: hue angle of 32.46º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEA281 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 162 | 129 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.25 |
| HSL | 32.46º | 0.32% | 0.63% | - |
| HSV(B) | 32.46º | 0.32% | 0.75% | - |
| XYZ | 38.12 | 38.37 | 26.17 | - |
| YUV | 166.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 129 | 0 | 0.15 | 0.32 | 0.25 | 32.46 | 0.32 | 0.63 |
| Hex | BE | A2 | 81 | 0 | F | 20 | 19 | 20 | 20 | 3F |
| Octal | 276 | 242 | 201 | 0 | 17 | 40 | 31 | 40 | 40 | 77 |
| Binary | 10111110 | 10100010 | 10000001 | 0 | 1111 | 100000 | 11001 | 100000 | 100000 | 111111 |
Color Harmonies of #BEA281
Complementary color
Monochromatic Colors of #BEA281
Black with #BEA281
Text Example
Text Example
White with #BEA281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA281; }
p { color: rgb(190,162,129); }
H1.HeaderClassName
{
color: #BEA281;
}
.AnyTagClassName
{
color: #BEA281;
}
</style>
background-color css
<style>
a { background-color: #BEA281; }
a { background-color: rgb(190,162,129); }
div.DivClassName
{
background-color: #BEA281;
}
.BgClassName
{
background-color: #BEA281;
}
</style>
border-color css
<style>
span { border-color: #BEA281; }
span { border-color: rgb(190,162,129); }
td.TdClassName
{
border-color: #BEA281;
}
.TagClassName
{
border-color: #BEA281;
}
</style>