Shades of Rodeo Dust #BEA78A
Tints of Rodeo Dust #BEA78A
RGB
CMYK
RGB Variations
Color information
#BEA78A (or 0xBEA78A) is known color: Rodeo Dust. HEX triplet: BE, A7 and 8A. RGB value is (190,167,138). Sum of RGB (Red+Green+Blue) = 190+167+138=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA78A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA78A is #415875. Grayscale: #AAAAAA. Windows color (decimal): -4282486 or 9086910. OLE color: 9086910.
HSL color Cylindrical-coordinate representation of color #BEA78A: hue angle of 33.46º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEA78A is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 167 | 138 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.25 |
| HSL | 33.46º | 0.29% | 0.64% | - |
| HSV(B) | 33.46º | 0.27% | 0.75% | - |
| XYZ | 39.64 | 40.42 | 29.76 | - |
| YUV | 170.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 167 | 138 | 0 | 0.12 | 0.27 | 0.25 | 33.46 | 0.29 | 0.64 |
| Hex | BE | A7 | 8A | 0 | C | 1B | 19 | 21 | 1D | 40 |
| Octal | 276 | 247 | 212 | 0 | 14 | 33 | 31 | 41 | 35 | 100 |
| Binary | 10111110 | 10100111 | 10001010 | 0 | 1100 | 11011 | 11001 | 100001 | 11101 | 1000000 |
Color Harmonies of #BEA78A
Complementary color
Monochromatic Colors of #BEA78A
Black with #BEA78A
Text Example
Text Example
White with #BEA78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA78A; }
p { color: rgb(190,167,138); }
H1.HeaderClassName
{
color: #BEA78A;
}
.AnyTagClassName
{
color: #BEA78A;
}
</style>
background-color css
<style>
a { background-color: #BEA78A; }
a { background-color: rgb(190,167,138); }
div.DivClassName
{
background-color: #BEA78A;
}
.BgClassName
{
background-color: #BEA78A;
}
</style>
border-color css
<style>
span { border-color: #BEA78A; }
span { border-color: rgb(190,167,138); }
td.TdClassName
{
border-color: #BEA78A;
}
.TagClassName
{
border-color: #BEA78A;
}
</style>