Shades of Rodeo Dust #BEA38A
Tints of Rodeo Dust #BEA38A
RGB
CMYK
RGB Variations
Color information
#BEA38A (or 0xBEA38A) is known color: Rodeo Dust. HEX triplet: BE, A3 and 8A. RGB value is (190,163,138). Sum of RGB (Red+Green+Blue) = 190+163+138=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA38A is #415C75. Grayscale: #A8A8A8. Windows color (decimal): -4283510 or 9085886. OLE color: 9085886.
HSL color Cylindrical-coordinate representation of color #BEA38A: hue angle of 28.85º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEA38A is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 163 | 138 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.25 |
| HSL | 28.85º | 0.29% | 0.64% | - |
| HSV(B) | 28.85º | 0.27% | 0.75% | - |
| XYZ | 38.92 | 38.98 | 29.52 | - |
| YUV | 168.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 138 | 0 | 0.14 | 0.27 | 0.25 | 28.85 | 0.29 | 0.64 |
| Hex | BE | A3 | 8A | 0 | E | 1B | 19 | 1D | 1D | 40 |
| Octal | 276 | 243 | 212 | 0 | 16 | 33 | 31 | 35 | 35 | 100 |
| Binary | 10111110 | 10100011 | 10001010 | 0 | 1110 | 11011 | 11001 | 11101 | 11101 | 1000000 |
Color Harmonies of #BEA38A
Complementary color
Monochromatic Colors of #BEA38A
Black with #BEA38A
Text Example
Text Example
White with #BEA38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA38A; }
p { color: rgb(190,163,138); }
H1.HeaderClassName
{
color: #BEA38A;
}
.AnyTagClassName
{
color: #BEA38A;
}
</style>
background-color css
<style>
a { background-color: #BEA38A; }
a { background-color: rgb(190,163,138); }
div.DivClassName
{
background-color: #BEA38A;
}
.BgClassName
{
background-color: #BEA38A;
}
</style>
border-color css
<style>
span { border-color: #BEA38A; }
span { border-color: rgb(190,163,138); }
td.TdClassName
{
border-color: #BEA38A;
}
.TagClassName
{
border-color: #BEA38A;
}
</style>