Shades of Rodeo Dust #BEA17C
Tints of Rodeo Dust #BEA17C
RGB
CMYK
RGB Variations
Color information
#BEA17C (or 0xBEA17C) is known color: Rodeo Dust. HEX triplet: BE, A1 and 7C. RGB value is (190,161,124). Sum of RGB (Red+Green+Blue) = 190+161+124=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA17C is #415E83. Grayscale: #A5A5A5. Windows color (decimal): -4284036 or 8167870. OLE color: 8167870.
HSL color Cylindrical-coordinate representation of color #BEA17C: hue angle of 33.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEA17C is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 124 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.25 |
| HSL | 33.64º | 0.34% | 0.62% | - |
| HSV(B) | 33.64º | 0.35% | 0.75% | - |
| XYZ | 37.62 | 37.89 | 24.4 | - |
| YUV | 165.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 124 | 0 | 0.15 | 0.35 | 0.25 | 33.64 | 0.34 | 0.62 |
| Hex | BE | A1 | 7C | 0 | F | 23 | 19 | 22 | 22 | 3E |
| Octal | 276 | 241 | 174 | 0 | 17 | 43 | 31 | 42 | 42 | 76 |
| Binary | 10111110 | 10100001 | 1111100 | 0 | 1111 | 100011 | 11001 | 100010 | 100010 | 111110 |
Color Harmonies of #BEA17C
Complementary color
Monochromatic Colors of #BEA17C
Black with #BEA17C
Text Example
Text Example
White with #BEA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA17C; }
p { color: rgb(190,161,124); }
H1.HeaderClassName
{
color: #BEA17C;
}
.AnyTagClassName
{
color: #BEA17C;
}
</style>
background-color css
<style>
a { background-color: #BEA17C; }
a { background-color: rgb(190,161,124); }
div.DivClassName
{
background-color: #BEA17C;
}
.BgClassName
{
background-color: #BEA17C;
}
</style>
border-color css
<style>
span { border-color: #BEA17C; }
span { border-color: rgb(190,161,124); }
td.TdClassName
{
border-color: #BEA17C;
}
.TagClassName
{
border-color: #BEA17C;
}
</style>