Shades of Rodeo Dust #BEA78F
Tints of Rodeo Dust #BEA78F
RGB
CMYK
RGB Variations
Color information
#BEA78F (or 0xBEA78F) is known color: Rodeo Dust. HEX triplet: BE, A7 and 8F. RGB value is (190,167,143). Sum of RGB (Red+Green+Blue) = 190+167+143=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA78F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA78F is #415870. Grayscale: #ABABAB. Windows color (decimal): -4282481 or 9414590. OLE color: 9414590.
HSL color Cylindrical-coordinate representation of color #BEA78F: hue angle of 30.64º 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 #BEA78F is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 167 | 143 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.25 |
| HSL | 30.64º | 0.27% | 0.65% | - |
| HSV(B) | 30.64º | 0.25% | 0.75% | - |
| XYZ | 40.01 | 40.57 | 31.71 | - |
| YUV | 171.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 167 | 143 | 0 | 0.12 | 0.25 | 0.25 | 30.64 | 0.27 | 0.65 |
| Hex | BE | A7 | 8F | 0 | C | 19 | 19 | 1F | 1B | 41 |
| Octal | 276 | 247 | 217 | 0 | 14 | 31 | 31 | 37 | 33 | 101 |
| Binary | 10111110 | 10100111 | 10001111 | 0 | 1100 | 11001 | 11001 | 11111 | 11011 | 1000001 |
Color Harmonies of #BEA78F
Complementary color
Monochromatic Colors of #BEA78F
Black with #BEA78F
Text Example
Text Example
White with #BEA78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA78F; }
p { color: rgb(190,167,143); }
H1.HeaderClassName
{
color: #BEA78F;
}
.AnyTagClassName
{
color: #BEA78F;
}
</style>
background-color css
<style>
a { background-color: #BEA78F; }
a { background-color: rgb(190,167,143); }
div.DivClassName
{
background-color: #BEA78F;
}
.BgClassName
{
background-color: #BEA78F;
}
</style>
border-color css
<style>
span { border-color: #BEA78F; }
span { border-color: rgb(190,167,143); }
td.TdClassName
{
border-color: #BEA78F;
}
.TagClassName
{
border-color: #BEA78F;
}
</style>