Shades of Yuma #BEB880
Tints of Yuma #BEB880
RGB
CMYK
RGB Variations
Color information
#BEB880 (or 0xBEB880) is known color: Yuma. HEX triplet: BE, B8 and 80. RGB value is (190,184,128). Sum of RGB (Red+Green+Blue) = 190+184+128=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB880 is #41477F. Grayscale: #B3B3B3. Windows color (decimal): -4278144 or 8435902. OLE color: 8435902.
HSL color Cylindrical-coordinate representation of color #BEB880: hue angle of 54.19º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEB880 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 184 | 128 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.25 |
| HSL | 54.19º | 0.32% | 0.62% | - |
| HSV(B) | 54.19º | 0.33% | 0.75% | - |
| XYZ | 42.27 | 46.79 | 27.22 | - |
| YUV | 179.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 184 | 128 | 0 | 0.03 | 0.33 | 0.25 | 54.19 | 0.32 | 0.62 |
| Hex | BE | B8 | 80 | 0 | 3 | 21 | 19 | 36 | 20 | 3E |
| Octal | 276 | 270 | 200 | 0 | 3 | 41 | 31 | 66 | 40 | 76 |
| Binary | 10111110 | 10111000 | 10000000 | 0 | 11 | 100001 | 11001 | 110110 | 100000 | 111110 |
Color Harmonies of #BEB880
Complementary color
Monochromatic Colors of #BEB880
Black with #BEB880
Text Example
Text Example
White with #BEB880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB880; }
p { color: rgb(190,184,128); }
H1.HeaderClassName
{
color: #BEB880;
}
.AnyTagClassName
{
color: #BEB880;
}
</style>
background-color css
<style>
a { background-color: #BEB880; }
a { background-color: rgb(190,184,128); }
div.DivClassName
{
background-color: #BEB880;
}
.BgClassName
{
background-color: #BEB880;
}
</style>
border-color css
<style>
span { border-color: #BEB880; }
span { border-color: rgb(190,184,128); }
td.TdClassName
{
border-color: #BEB880;
}
.TagClassName
{
border-color: #BEB880;
}
</style>