Shades of Rodeo Dust #BEA58A
Tints of Rodeo Dust #BEA58A
RGB
CMYK
RGB Variations
Color information
#BEA58A (or 0xBEA58A) is known color: Rodeo Dust. HEX triplet: BE, A5 and 8A. RGB value is (190,165,138). Sum of RGB (Red+Green+Blue) = 190+165+138=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA58A is #415A75. Grayscale: #A9A9A9. Windows color (decimal): -4282998 or 9086398. OLE color: 9086398.
HSL color Cylindrical-coordinate representation of color #BEA58A: hue angle of 31.15º 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 #BEA58A is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 165 | 138 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.25 |
| HSL | 31.15º | 0.29% | 0.64% | - |
| HSV(B) | 31.15º | 0.27% | 0.75% | - |
| XYZ | 39.28 | 39.69 | 29.64 | - |
| YUV | 169.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 138 | 0 | 0.13 | 0.27 | 0.25 | 31.15 | 0.29 | 0.64 |
| Hex | BE | A5 | 8A | 0 | D | 1B | 19 | 1F | 1D | 40 |
| Octal | 276 | 245 | 212 | 0 | 15 | 33 | 31 | 37 | 35 | 100 |
| Binary | 10111110 | 10100101 | 10001010 | 0 | 1101 | 11011 | 11001 | 11111 | 11101 | 1000000 |
Color Harmonies of #BEA58A
Complementary color
Monochromatic Colors of #BEA58A
Black with #BEA58A
Text Example
Text Example
White with #BEA58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA58A; }
p { color: rgb(190,165,138); }
H1.HeaderClassName
{
color: #BEA58A;
}
.AnyTagClassName
{
color: #BEA58A;
}
</style>
background-color css
<style>
a { background-color: #BEA58A; }
a { background-color: rgb(190,165,138); }
div.DivClassName
{
background-color: #BEA58A;
}
.BgClassName
{
background-color: #BEA58A;
}
</style>
border-color css
<style>
span { border-color: #BEA58A; }
span { border-color: rgb(190,165,138); }
td.TdClassName
{
border-color: #BEA58A;
}
.TagClassName
{
border-color: #BEA58A;
}
</style>