Shades of Sahara #BEA02D
Tints of Sahara #BEA02D
RGB
CMYK
RGB Variations
Color information
#BEA02D (or 0xBEA02D) is known color: Sahara. HEX triplet: BE, A0 and 2D. RGB value is (190,160,45). Sum of RGB (Red+Green+Blue) = 190+160+45=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA02D is #415FD2. Grayscale: #9C9C9C. Windows color (decimal): -4284371 or 2990270. OLE color: 2990270.
HSL color Cylindrical-coordinate representation of color #BEA02D: hue angle of 47.59º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BEA02D is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 45 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.25 |
| HSL | 47.59º | 0.62% | 0.46% | - |
| HSV(B) | 47.59º | 0.76% | 0.75% | - |
| XYZ | 34.28 | 36.28 | 7.68 | - |
| YUV | 155.86 | 65.44 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 45 | 0 | 0.16 | 0.76 | 0.25 | 47.59 | 0.62 | 0.46 |
| Hex | BE | A0 | 2D | 0 | 10 | 4C | 19 | 30 | 3E | 2E |
| Octal | 276 | 240 | 55 | 0 | 20 | 114 | 31 | 60 | 76 | 56 |
| Binary | 10111110 | 10100000 | 101101 | 0 | 10000 | 1001100 | 11001 | 110000 | 111110 | 101110 |
Color Harmonies of #BEA02D
Complementary color
Monochromatic Colors of #BEA02D
Black with #BEA02D
Text Example
Text Example
White with #BEA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA02D; }
p { color: rgb(190,160,45); }
H1.HeaderClassName
{
color: #BEA02D;
}
.AnyTagClassName
{
color: #BEA02D;
}
</style>
background-color css
<style>
a { background-color: #BEA02D; }
a { background-color: rgb(190,160,45); }
div.DivClassName
{
background-color: #BEA02D;
}
.BgClassName
{
background-color: #BEA02D;
}
</style>
border-color css
<style>
span { border-color: #BEA02D; }
span { border-color: rgb(190,160,45); }
td.TdClassName
{
border-color: #BEA02D;
}
.TagClassName
{
border-color: #BEA02D;
}
</style>