Shades of Sahara #BEA026
Tints of Sahara #BEA026
RGB
CMYK
RGB Variations
Color information
#BEA026 (or 0xBEA026) is known color: Sahara. HEX triplet: BE, A0 and 26. RGB value is (190,160,38). Sum of RGB (Red+Green+Blue) = 190+160+38=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA026 is #415FD9. Grayscale: #9B9B9B. Windows color (decimal): -4284378 or 2531518. OLE color: 2531518.
HSL color Cylindrical-coordinate representation of color #BEA026: hue angle of 48.16º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEA026 is Cyan = 0, Magento = 0.16, Yellow = 0.8 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 38 | - |
| CMYK | 0 | 0.16 | 0.8 | 0.25 |
| HSL | 48.16º | 0.67% | 0.45% | - |
| HSV(B) | 48.16º | 0.8% | 0.75% | - |
| XYZ | 34.16 | 36.23 | 7.03 | - |
| YUV | 155.06 | 61.94 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 38 | 0 | 0.16 | 0.8 | 0.25 | 48.16 | 0.67 | 0.45 |
| Hex | BE | A0 | 26 | 0 | 10 | 50 | 19 | 30 | 43 | 2D |
| Octal | 276 | 240 | 46 | 0 | 20 | 120 | 31 | 60 | 103 | 55 |
| Binary | 10111110 | 10100000 | 100110 | 0 | 10000 | 1010000 | 11001 | 110000 | 1000011 | 101101 |
Color Harmonies of #BEA026
Complementary color
Monochromatic Colors of #BEA026
Black with #BEA026
Text Example
Text Example
White with #BEA026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA026; }
p { color: rgb(190,160,38); }
H1.HeaderClassName
{
color: #BEA026;
}
.AnyTagClassName
{
color: #BEA026;
}
</style>
background-color css
<style>
a { background-color: #BEA026; }
a { background-color: rgb(190,160,38); }
div.DivClassName
{
background-color: #BEA026;
}
.BgClassName
{
background-color: #BEA026;
}
</style>
border-color css
<style>
span { border-color: #BEA026; }
span { border-color: rgb(190,160,38); }
td.TdClassName
{
border-color: #BEA026;
}
.TagClassName
{
border-color: #BEA026;
}
</style>