Shades of Sahara #BE9E28
Tints of Sahara #BE9E28
RGB
CMYK
RGB Variations
Color information
#BE9E28 (or 0xBE9E28) is known color: Sahara. HEX triplet: BE, 9E and 28. RGB value is (190,158,40). Sum of RGB (Red+Green+Blue) = 190+158+40=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E28 is #4161D7. Grayscale: #9A9A9A. Windows color (decimal): -4284888 or 2662078. OLE color: 2662078.
HSL color Cylindrical-coordinate representation of color #BE9E28: hue angle of 47.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE9E28 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 158 | 40 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.25 |
| HSL | 47.2º | 0.65% | 0.45% | - |
| HSV(B) | 47.2º | 0.79% | 0.75% | - |
| XYZ | 33.85 | 35.55 | 7.09 | - |
| YUV | 154.12 | 63.6 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 40 | 0 | 0.17 | 0.79 | 0.25 | 47.2 | 0.65 | 0.45 |
| Hex | BE | 9E | 28 | 0 | 11 | 4F | 19 | 2F | 41 | 2D |
| Octal | 276 | 236 | 50 | 0 | 21 | 117 | 31 | 57 | 101 | 55 |
| Binary | 10111110 | 10011110 | 101000 | 0 | 10001 | 1001111 | 11001 | 101111 | 1000001 | 101101 |
Color Harmonies of #BE9E28
Complementary color
Monochromatic Colors of #BE9E28
Black with #BE9E28
Text Example
Text Example
White with #BE9E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9E28; }
p { color: rgb(190,158,40); }
H1.HeaderClassName
{
color: #BE9E28;
}
.AnyTagClassName
{
color: #BE9E28;
}
</style>
background-color css
<style>
a { background-color: #BE9E28; }
a { background-color: rgb(190,158,40); }
div.DivClassName
{
background-color: #BE9E28;
}
.BgClassName
{
background-color: #BE9E28;
}
</style>
border-color css
<style>
span { border-color: #BE9E28; }
span { border-color: rgb(190,158,40); }
td.TdClassName
{
border-color: #BE9E28;
}
.TagClassName
{
border-color: #BE9E28;
}
</style>