Shades of Sahara #BEA033
Tints of Sahara #BEA033
RGB
CMYK
RGB Variations
Color information
#BEA033 (or 0xBEA033) is known color: Sahara. HEX triplet: BE, A0 and 33. RGB value is (190,160,51). Sum of RGB (Red+Green+Blue) = 190+160+51=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA033 is #415FCC. Grayscale: #9D9D9D. Windows color (decimal): -4284365 or 3383486. OLE color: 3383486.
HSL color Cylindrical-coordinate representation of color #BEA033: hue angle of 47.05º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEA033 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 51 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.25 |
| HSL | 47.05º | 0.58% | 0.47% | - |
| HSV(B) | 47.05º | 0.73% | 0.75% | - |
| XYZ | 34.4 | 36.33 | 8.33 | - |
| YUV | 156.54 | 68.44 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 51 | 0 | 0.16 | 0.73 | 0.25 | 47.05 | 0.58 | 0.47 |
| Hex | BE | A0 | 33 | 0 | 10 | 49 | 19 | 2F | 3A | 2F |
| Octal | 276 | 240 | 63 | 0 | 20 | 111 | 31 | 57 | 72 | 57 |
| Binary | 10111110 | 10100000 | 110011 | 0 | 10000 | 1001001 | 11001 | 101111 | 111010 | 101111 |
Color Harmonies of #BEA033
Complementary color
Monochromatic Colors of #BEA033
Black with #BEA033
Text Example
Text Example
White with #BEA033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA033; }
p { color: rgb(190,160,51); }
H1.HeaderClassName
{
color: #BEA033;
}
.AnyTagClassName
{
color: #BEA033;
}
</style>
background-color css
<style>
a { background-color: #BEA033; }
a { background-color: rgb(190,160,51); }
div.DivClassName
{
background-color: #BEA033;
}
.BgClassName
{
background-color: #BEA033;
}
</style>
border-color css
<style>
span { border-color: #BEA033; }
span { border-color: rgb(190,160,51); }
td.TdClassName
{
border-color: #BEA033;
}
.TagClassName
{
border-color: #BEA033;
}
</style>