Shades of Rodeo Dust #BEA68F
Tints of Rodeo Dust #BEA68F
RGB
CMYK
RGB Variations
Color information
#BEA68F (or 0xBEA68F) is known color: Rodeo Dust. HEX triplet: BE, A6 and 8F. RGB value is (190,166,143). Sum of RGB (Red+Green+Blue) = 190+166+143=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA68F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA68F is #415970. Grayscale: #AAAAAA. Windows color (decimal): -4282737 or 9414334. OLE color: 9414334.
HSL color Cylindrical-coordinate representation of color #BEA68F: hue angle of 29.36º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEA68F is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 166 | 143 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.25 |
| HSL | 29.36º | 0.27% | 0.65% | - |
| HSV(B) | 29.36º | 0.25% | 0.75% | - |
| XYZ | 39.83 | 40.2 | 31.65 | - |
| YUV | 170.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 143 | 0 | 0.13 | 0.25 | 0.25 | 29.36 | 0.27 | 0.65 |
| Hex | BE | A6 | 8F | 0 | D | 19 | 19 | 1D | 1B | 41 |
| Octal | 276 | 246 | 217 | 0 | 15 | 31 | 31 | 35 | 33 | 101 |
| Binary | 10111110 | 10100110 | 10001111 | 0 | 1101 | 11001 | 11001 | 11101 | 11011 | 1000001 |
Color Harmonies of #BEA68F
Complementary color
Monochromatic Colors of #BEA68F
Black with #BEA68F
Text Example
Text Example
White with #BEA68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA68F; }
p { color: rgb(190,166,143); }
H1.HeaderClassName
{
color: #BEA68F;
}
.AnyTagClassName
{
color: #BEA68F;
}
</style>
background-color css
<style>
a { background-color: #BEA68F; }
a { background-color: rgb(190,166,143); }
div.DivClassName
{
background-color: #BEA68F;
}
.BgClassName
{
background-color: #BEA68F;
}
</style>
border-color css
<style>
span { border-color: #BEA68F; }
span { border-color: rgb(190,166,143); }
td.TdClassName
{
border-color: #BEA68F;
}
.TagClassName
{
border-color: #BEA68F;
}
</style>