Shades of Rodeo Dust #BEA791
Tints of Rodeo Dust #BEA791
RGB
CMYK
RGB Variations
Color information
#BEA791 (or 0xBEA791) is known color: Rodeo Dust. HEX triplet: BE, A7 and 91. RGB value is (190,167,145). Sum of RGB (Red+Green+Blue) = 190+167+145=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA791 is #41586E. Grayscale: #ABABAB. Windows color (decimal): -4282479 or 9545662. OLE color: 9545662.
HSL color Cylindrical-coordinate representation of color #BEA791: hue angle of 29.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEA791 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 167 | 145 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.25 |
| HSL | 29.33º | 0.26% | 0.66% | - |
| HSV(B) | 29.33º | 0.24% | 0.75% | - |
| XYZ | 40.16 | 40.63 | 32.51 | - |
| YUV | 171.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 167 | 145 | 0 | 0.12 | 0.24 | 0.25 | 29.33 | 0.26 | 0.66 |
| Hex | BE | A7 | 91 | 0 | C | 18 | 19 | 1D | 1A | 42 |
| Octal | 276 | 247 | 221 | 0 | 14 | 30 | 31 | 35 | 32 | 102 |
| Binary | 10111110 | 10100111 | 10010001 | 0 | 1100 | 11000 | 11001 | 11101 | 11010 | 1000010 |
Color Harmonies of #BEA791
Complementary color
Monochromatic Colors of #BEA791
Black with #BEA791
Text Example
Text Example
White with #BEA791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA791; }
p { color: rgb(190,167,145); }
H1.HeaderClassName
{
color: #BEA791;
}
.AnyTagClassName
{
color: #BEA791;
}
</style>
background-color css
<style>
a { background-color: #BEA791; }
a { background-color: rgb(190,167,145); }
div.DivClassName
{
background-color: #BEA791;
}
.BgClassName
{
background-color: #BEA791;
}
</style>
border-color css
<style>
span { border-color: #BEA791; }
span { border-color: rgb(190,167,145); }
td.TdClassName
{
border-color: #BEA791;
}
.TagClassName
{
border-color: #BEA791;
}
</style>