Shades of Rodeo Dust #BEA080
Tints of Rodeo Dust #BEA080
RGB
CMYK
RGB Variations
Color information
#BEA080 (or 0xBEA080) is known color: Rodeo Dust. HEX triplet: BE, A0 and 80. RGB value is (190,160,128). Sum of RGB (Red+Green+Blue) = 190+160+128=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA080 is #415F7F. Grayscale: #A5A5A5. Windows color (decimal): -4284288 or 8429758. OLE color: 8429758.
HSL color Cylindrical-coordinate representation of color #BEA080: hue angle of 30.97º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEA080 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 128 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.25 |
| HSL | 30.97º | 0.32% | 0.62% | - |
| HSV(B) | 30.97º | 0.33% | 0.75% | - |
| XYZ | 37.7 | 37.65 | 25.7 | - |
| YUV | 165.32 | 106.94 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 128 | 0 | 0.16 | 0.33 | 0.25 | 30.97 | 0.32 | 0.62 |
| Hex | BE | A0 | 80 | 0 | 10 | 21 | 19 | 1F | 20 | 3E |
| Octal | 276 | 240 | 200 | 0 | 20 | 41 | 31 | 37 | 40 | 76 |
| Binary | 10111110 | 10100000 | 10000000 | 0 | 10000 | 100001 | 11001 | 11111 | 100000 | 111110 |
Color Harmonies of #BEA080
Complementary color
Monochromatic Colors of #BEA080
Black with #BEA080
Text Example
Text Example
White with #BEA080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA080; }
p { color: rgb(190,160,128); }
H1.HeaderClassName
{
color: #BEA080;
}
.AnyTagClassName
{
color: #BEA080;
}
</style>
background-color css
<style>
a { background-color: #BEA080; }
a { background-color: rgb(190,160,128); }
div.DivClassName
{
background-color: #BEA080;
}
.BgClassName
{
background-color: #BEA080;
}
</style>
border-color css
<style>
span { border-color: #BEA080; }
span { border-color: rgb(190,160,128); }
td.TdClassName
{
border-color: #BEA080;
}
.TagClassName
{
border-color: #BEA080;
}
</style>