Shades of Rodeo Dust #BEA08A
Tints of Rodeo Dust #BEA08A
RGB
CMYK
RGB Variations
Color information
#BEA08A (or 0xBEA08A) is known color: Rodeo Dust. HEX triplet: BE, A0 and 8A. RGB value is (190,160,138). Sum of RGB (Red+Green+Blue) = 190+160+138=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA08A is #415F75. Grayscale: #A6A6A6. Windows color (decimal): -4284278 or 9085118. OLE color: 9085118.
HSL color Cylindrical-coordinate representation of color #BEA08A: hue angle of 25.38º 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 #BEA08A is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 160 | 138 | - |
CMYK | 0 | 0.16 | 0.27 | 0.25 |
HSL | 25.38º | 0.29% | 0.64% | - |
HSV(B) | 25.38º | 0.27% | 0.75% | - |
XYZ | 38.39 | 37.92 | 29.34 | - |
YUV | 166.46 | 111.94 | 144.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 160 | 138 | 0 | 0.16 | 0.27 | 0.25 | 25.38 | 0.29 | 0.64 |
Hex | BE | A0 | 8A | 0 | 10 | 1B | 19 | 19 | 1D | 40 |
Octal | 276 | 240 | 212 | 0 | 20 | 33 | 31 | 31 | 35 | 100 |
Binary | 10111110 | 10100000 | 10001010 | 0 | 10000 | 11011 | 11001 | 11001 | 11101 | 1000000 |
Color Harmonies of #BEA08A
Complementary color
Monochromatic Colors of #BEA08A
Black with #BEA08A
Text Example
Text Example
White with #BEA08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA08A; }
p { color: rgb(190,160,138); }
H1.HeaderClassName
{
color: #BEA08A;
}
.AnyTagClassName
{
color: #BEA08A;
}
</style>
background-color css
<style>
a { background-color: #BEA08A; }
a { background-color: rgb(190,160,138); }
div.DivClassName
{
background-color: #BEA08A;
}
.BgClassName
{
background-color: #BEA08A;
}
</style>
border-color css
<style>
span { border-color: #BEA08A; }
span { border-color: rgb(190,160,138); }
td.TdClassName
{
border-color: #BEA08A;
}
.TagClassName
{
border-color: #BEA08A;
}
</style>