Shades of Rodeo Dust #BEA37B
Tints of Rodeo Dust #BEA37B
RGB
CMYK
RGB Variations
Color information
#BEA37B (or 0xBEA37B) is known color: Rodeo Dust. HEX triplet: BE, A3 and 7B. RGB value is (190,163,123). Sum of RGB (Red+Green+Blue) = 190+163+123=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA37B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA37B is #415C84. Grayscale: #A6A6A6. Windows color (decimal): -4283525 or 8102846. OLE color: 8102846.
HSL color Cylindrical-coordinate representation of color #BEA37B: hue angle of 35.82º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEA37B is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 163 | 123 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.25 |
| HSL | 35.82º | 0.34% | 0.61% | - |
| HSV(B) | 35.82º | 0.35% | 0.75% | - |
| XYZ | 37.91 | 38.57 | 24.19 | - |
| YUV | 166.51 | 103.45 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 123 | 0 | 0.14 | 0.35 | 0.25 | 35.82 | 0.34 | 0.61 |
| Hex | BE | A3 | 7B | 0 | E | 23 | 19 | 24 | 22 | 3D |
| Octal | 276 | 243 | 173 | 0 | 16 | 43 | 31 | 44 | 42 | 75 |
| Binary | 10111110 | 10100011 | 1111011 | 0 | 1110 | 100011 | 11001 | 100100 | 100010 | 111101 |
Color Harmonies of #BEA37B
Complementary color
Monochromatic Colors of #BEA37B
Black with #BEA37B
Text Example
Text Example
White with #BEA37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA37B; }
p { color: rgb(190,163,123); }
H1.HeaderClassName
{
color: #BEA37B;
}
.AnyTagClassName
{
color: #BEA37B;
}
</style>
background-color css
<style>
a { background-color: #BEA37B; }
a { background-color: rgb(190,163,123); }
div.DivClassName
{
background-color: #BEA37B;
}
.BgClassName
{
background-color: #BEA37B;
}
</style>
border-color css
<style>
span { border-color: #BEA37B; }
span { border-color: rgb(190,163,123); }
td.TdClassName
{
border-color: #BEA37B;
}
.TagClassName
{
border-color: #BEA37B;
}
</style>