Shades of Rodeo Dust #BEA380
Tints of Rodeo Dust #BEA380
RGB
CMYK
RGB Variations
Color information
#BEA380 (or 0xBEA380) is known color: Rodeo Dust. HEX triplet: BE, A3 and 80. RGB value is (190,163,128). Sum of RGB (Red+Green+Blue) = 190+163+128=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA380 is #415C7F. Grayscale: #A7A7A7. Windows color (decimal): -4283520 or 8430526. OLE color: 8430526.
HSL color Cylindrical-coordinate representation of color #BEA380: hue angle of 33.87º 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 #BEA380 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 163 | 128 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.25 |
| HSL | 33.87º | 0.32% | 0.62% | - |
| HSV(B) | 33.87º | 0.33% | 0.75% | - |
| XYZ | 38.23 | 38.7 | 25.88 | - |
| YUV | 167.08 | 105.95 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 128 | 0 | 0.14 | 0.33 | 0.25 | 33.87 | 0.32 | 0.62 |
| Hex | BE | A3 | 80 | 0 | E | 21 | 19 | 22 | 20 | 3E |
| Octal | 276 | 243 | 200 | 0 | 16 | 41 | 31 | 42 | 40 | 76 |
| Binary | 10111110 | 10100011 | 10000000 | 0 | 1110 | 100001 | 11001 | 100010 | 100000 | 111110 |
Color Harmonies of #BEA380
Complementary color
Monochromatic Colors of #BEA380
Black with #BEA380
Text Example
Text Example
White with #BEA380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA380; }
p { color: rgb(190,163,128); }
H1.HeaderClassName
{
color: #BEA380;
}
.AnyTagClassName
{
color: #BEA380;
}
</style>
background-color css
<style>
a { background-color: #BEA380; }
a { background-color: rgb(190,163,128); }
div.DivClassName
{
background-color: #BEA380;
}
.BgClassName
{
background-color: #BEA380;
}
</style>
border-color css
<style>
span { border-color: #BEA380; }
span { border-color: rgb(190,163,128); }
td.TdClassName
{
border-color: #BEA380;
}
.TagClassName
{
border-color: #BEA380;
}
</style>