Shades of Sahara #BE9F28
Tints of Sahara #BE9F28
RGB
CMYK
RGB Variations
Color information
#BE9F28 (or 0xBE9F28) is known color: Sahara. HEX triplet: BE, 9F and 28. RGB value is (190,159,40). Sum of RGB (Red+Green+Blue) = 190+159+40=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9F28 is #4160D7. Grayscale: #9B9B9B. Windows color (decimal): -4284632 or 2662334. OLE color: 2662334.
HSL color Cylindrical-coordinate representation of color #BE9F28: hue angle of 47.6º 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 #BE9F28 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 159 | 40 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.25 |
| HSL | 47.6º | 0.65% | 0.45% | - |
| HSV(B) | 47.6º | 0.79% | 0.75% | - |
| XYZ | 34.02 | 35.9 | 7.14 | - |
| YUV | 154.7 | 63.27 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 159 | 40 | 0 | 0.16 | 0.79 | 0.25 | 47.6 | 0.65 | 0.45 |
| Hex | BE | 9F | 28 | 0 | 10 | 4F | 19 | 30 | 41 | 2D |
| Octal | 276 | 237 | 50 | 0 | 20 | 117 | 31 | 60 | 101 | 55 |
| Binary | 10111110 | 10011111 | 101000 | 0 | 10000 | 1001111 | 11001 | 110000 | 1000001 | 101101 |
Color Harmonies of #BE9F28
Complementary color
Monochromatic Colors of #BE9F28
Black with #BE9F28
Text Example
Text Example
White with #BE9F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9F28; }
p { color: rgb(190,159,40); }
H1.HeaderClassName
{
color: #BE9F28;
}
.AnyTagClassName
{
color: #BE9F28;
}
</style>
background-color css
<style>
a { background-color: #BE9F28; }
a { background-color: rgb(190,159,40); }
div.DivClassName
{
background-color: #BE9F28;
}
.BgClassName
{
background-color: #BE9F28;
}
</style>
border-color css
<style>
span { border-color: #BE9F28; }
span { border-color: rgb(190,159,40); }
td.TdClassName
{
border-color: #BE9F28;
}
.TagClassName
{
border-color: #BE9F28;
}
</style>