Shades of Rodeo Dust #BEA18C
Tints of Rodeo Dust #BEA18C
RGB
CMYK
RGB Variations
Color information
#BEA18C (or 0xBEA18C) is known color: Rodeo Dust. HEX triplet: BE, A1 and 8C. RGB value is (190,161,140). Sum of RGB (Red+Green+Blue) = 190+161+140=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA18C is #415E73. Grayscale: #A7A7A7. Windows color (decimal): -4284020 or 9216446. OLE color: 9216446.
HSL color Cylindrical-coordinate representation of color #BEA18C: hue angle of 25.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEA18C is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 140 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.25 |
| HSL | 25.2º | 0.28% | 0.65% | - |
| HSV(B) | 25.2º | 0.26% | 0.75% | - |
| XYZ | 38.71 | 38.33 | 30.17 | - |
| YUV | 167.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 140 | 0 | 0.15 | 0.26 | 0.25 | 25.2 | 0.28 | 0.65 |
| Hex | BE | A1 | 8C | 0 | F | 1A | 19 | 19 | 1C | 41 |
| Octal | 276 | 241 | 214 | 0 | 17 | 32 | 31 | 31 | 34 | 101 |
| Binary | 10111110 | 10100001 | 10001100 | 0 | 1111 | 11010 | 11001 | 11001 | 11100 | 1000001 |
Color Harmonies of #BEA18C
Complementary color
Monochromatic Colors of #BEA18C
Black with #BEA18C
Text Example
Text Example
White with #BEA18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA18C; }
p { color: rgb(190,161,140); }
H1.HeaderClassName
{
color: #BEA18C;
}
.AnyTagClassName
{
color: #BEA18C;
}
</style>
background-color css
<style>
a { background-color: #BEA18C; }
a { background-color: rgb(190,161,140); }
div.DivClassName
{
background-color: #BEA18C;
}
.BgClassName
{
background-color: #BEA18C;
}
</style>
border-color css
<style>
span { border-color: #BEA18C; }
span { border-color: rgb(190,161,140); }
td.TdClassName
{
border-color: #BEA18C;
}
.TagClassName
{
border-color: #BEA18C;
}
</style>