Shades of Rodeo Dust #BEA087
Tints of Rodeo Dust #BEA087
RGB
CMYK
RGB Variations
Color information
#BEA087 (or 0xBEA087) is known color: Rodeo Dust. HEX triplet: BE, A0 and 87. RGB value is (190,160,135). Sum of RGB (Red+Green+Blue) = 190+160+135=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA087 is #415F78. Grayscale: #A6A6A6. Windows color (decimal): -4284281 or 8888510. OLE color: 8888510.
HSL color Cylindrical-coordinate representation of color #BEA087: hue angle of 27.27º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEA087 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 135 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.25 |
| HSL | 27.27º | 0.3% | 0.64% | - |
| HSV(B) | 27.27º | 0.29% | 0.75% | - |
| XYZ | 38.18 | 37.84 | 28.21 | - |
| YUV | 166.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 135 | 0 | 0.16 | 0.29 | 0.25 | 27.27 | 0.3 | 0.64 |
| Hex | BE | A0 | 87 | 0 | 10 | 1D | 19 | 1B | 1E | 40 |
| Octal | 276 | 240 | 207 | 0 | 20 | 35 | 31 | 33 | 36 | 100 |
| Binary | 10111110 | 10100000 | 10000111 | 0 | 10000 | 11101 | 11001 | 11011 | 11110 | 1000000 |
Color Harmonies of #BEA087
Complementary color
Monochromatic Colors of #BEA087
Black with #BEA087
Text Example
Text Example
White with #BEA087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA087; }
p { color: rgb(190,160,135); }
H1.HeaderClassName
{
color: #BEA087;
}
.AnyTagClassName
{
color: #BEA087;
}
</style>
background-color css
<style>
a { background-color: #BEA087; }
a { background-color: rgb(190,160,135); }
div.DivClassName
{
background-color: #BEA087;
}
.BgClassName
{
background-color: #BEA087;
}
</style>
border-color css
<style>
span { border-color: #BEA087; }
span { border-color: rgb(190,160,135); }
td.TdClassName
{
border-color: #BEA087;
}
.TagClassName
{
border-color: #BEA087;
}
</style>