Shades of Rodeo Dust #BEA688
Tints of Rodeo Dust #BEA688
RGB
CMYK
RGB Variations
Color information
#BEA688 (or 0xBEA688) is known color: Rodeo Dust. HEX triplet: BE, A6 and 88. RGB value is (190,166,136). Sum of RGB (Red+Green+Blue) = 190+166+136=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA688 is #415977. Grayscale: #A9A9A9. Windows color (decimal): -4282744 or 8955582. OLE color: 8955582.
HSL color Cylindrical-coordinate representation of color #BEA688: hue angle of 33.33º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEA688 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 166 | 136 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.25 |
| HSL | 33.33º | 0.29% | 0.64% | - |
| HSV(B) | 33.33º | 0.28% | 0.75% | - |
| XYZ | 39.32 | 40 | 28.94 | - |
| YUV | 169.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 136 | 0 | 0.13 | 0.28 | 0.25 | 33.33 | 0.29 | 0.64 |
| Hex | BE | A6 | 88 | 0 | D | 1C | 19 | 21 | 1D | 40 |
| Octal | 276 | 246 | 210 | 0 | 15 | 34 | 31 | 41 | 35 | 100 |
| Binary | 10111110 | 10100110 | 10001000 | 0 | 1101 | 11100 | 11001 | 100001 | 11101 | 1000000 |
Color Harmonies of #BEA688
Complementary color
Monochromatic Colors of #BEA688
Black with #BEA688
Text Example
Text Example
White with #BEA688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA688; }
p { color: rgb(190,166,136); }
H1.HeaderClassName
{
color: #BEA688;
}
.AnyTagClassName
{
color: #BEA688;
}
</style>
background-color css
<style>
a { background-color: #BEA688; }
a { background-color: rgb(190,166,136); }
div.DivClassName
{
background-color: #BEA688;
}
.BgClassName
{
background-color: #BEA688;
}
</style>
border-color css
<style>
span { border-color: #BEA688; }
span { border-color: rgb(190,166,136); }
td.TdClassName
{
border-color: #BEA688;
}
.TagClassName
{
border-color: #BEA688;
}
</style>