Shades of Sahara #BE9E2C
Tints of Sahara #BE9E2C
RGB
CMYK
RGB Variations
Color information
#BE9E2C (or 0xBE9E2C) is known color: Sahara. HEX triplet: BE, 9E and 2C. RGB value is (190,158,44). Sum of RGB (Red+Green+Blue) = 190+158+44=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E2C is #4161D3. Grayscale: #9B9B9B. Windows color (decimal): -4284884 or 2924222. OLE color: 2924222.
HSL color Cylindrical-coordinate representation of color #BE9E2C: hue angle of 46.85º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE9E2C is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 158 | 44 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.25 |
| HSL | 46.85º | 0.62% | 0.46% | - |
| HSV(B) | 46.85º | 0.77% | 0.75% | - |
| XYZ | 33.92 | 35.58 | 7.46 | - |
| YUV | 154.57 | 65.6 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 44 | 0 | 0.17 | 0.77 | 0.25 | 46.85 | 0.62 | 0.46 |
| Hex | BE | 9E | 2C | 0 | 11 | 4D | 19 | 2F | 3E | 2E |
| Octal | 276 | 236 | 54 | 0 | 21 | 115 | 31 | 57 | 76 | 56 |
| Binary | 10111110 | 10011110 | 101100 | 0 | 10001 | 1001101 | 11001 | 101111 | 111110 | 101110 |
Color Harmonies of #BE9E2C
Complementary color
Monochromatic Colors of #BE9E2C
Black with #BE9E2C
Text Example
Text Example
White with #BE9E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9E2C; }
p { color: rgb(190,158,44); }
H1.HeaderClassName
{
color: #BE9E2C;
}
.AnyTagClassName
{
color: #BE9E2C;
}
</style>
background-color css
<style>
a { background-color: #BE9E2C; }
a { background-color: rgb(190,158,44); }
div.DivClassName
{
background-color: #BE9E2C;
}
.BgClassName
{
background-color: #BE9E2C;
}
</style>
border-color css
<style>
span { border-color: #BE9E2C; }
span { border-color: rgb(190,158,44); }
td.TdClassName
{
border-color: #BE9E2C;
}
.TagClassName
{
border-color: #BE9E2C;
}
</style>