Shades of Rodeo Dust #BEA18B
Tints of Rodeo Dust #BEA18B
RGB
CMYK
RGB Variations
Color information
#BEA18B (or 0xBEA18B) is known color: Rodeo Dust. HEX triplet: BE, A1 and 8B. RGB value is (190,161,139). Sum of RGB (Red+Green+Blue) = 190+161+139=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA18B is #415E74. Grayscale: #A7A7A7. Windows color (decimal): -4284021 or 9150910. OLE color: 9150910.
HSL color Cylindrical-coordinate representation of color #BEA18B: hue angle of 25.88º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEA18B is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 139 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.25 |
| HSL | 25.88º | 0.28% | 0.65% | - |
| HSV(B) | 25.88º | 0.27% | 0.75% | - |
| XYZ | 38.64 | 38.3 | 29.78 | - |
| YUV | 167.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 139 | 0 | 0.15 | 0.27 | 0.25 | 25.88 | 0.28 | 0.65 |
| Hex | BE | A1 | 8B | 0 | F | 1B | 19 | 1A | 1C | 41 |
| Octal | 276 | 241 | 213 | 0 | 17 | 33 | 31 | 32 | 34 | 101 |
| Binary | 10111110 | 10100001 | 10001011 | 0 | 1111 | 11011 | 11001 | 11010 | 11100 | 1000001 |
Color Harmonies of #BEA18B
Complementary color
Monochromatic Colors of #BEA18B
Black with #BEA18B
Text Example
Text Example
White with #BEA18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA18B; }
p { color: rgb(190,161,139); }
H1.HeaderClassName
{
color: #BEA18B;
}
.AnyTagClassName
{
color: #BEA18B;
}
</style>
background-color css
<style>
a { background-color: #BEA18B; }
a { background-color: rgb(190,161,139); }
div.DivClassName
{
background-color: #BEA18B;
}
.BgClassName
{
background-color: #BEA18B;
}
</style>
border-color css
<style>
span { border-color: #BEA18B; }
span { border-color: rgb(190,161,139); }
td.TdClassName
{
border-color: #BEA18B;
}
.TagClassName
{
border-color: #BEA18B;
}
</style>