Shades of Sahara #B09E2E
Tints of Sahara #B09E2E
RGB
CMYK
RGB Variations
Color information
#B09E2E (or 0xB09E2E) is known color: Sahara. HEX triplet: B0, 9E and 2E. RGB value is (176,158,46). Sum of RGB (Red+Green+Blue) = 176+158+46=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09E2E is #4F61D1. Grayscale: #979797. Windows color (decimal): -5202386 or 3055280. OLE color: 3055280.
HSL color Cylindrical-coordinate representation of color #B09E2E: hue angle of 51.69º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B09E2E is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 158 | 46 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.31 |
| HSL | 51.69º | 0.59% | 0.44% | - |
| HSV(B) | 51.69º | 0.74% | 0.69% | - |
| XYZ | 30.62 | 33.88 | 7.51 | - |
| YUV | 150.61 | 68.96 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 158 | 46 | 0 | 0.10 | 0.74 | 0.31 | 51.69 | 0.59 | 0.44 |
| Hex | B0 | 9E | 2E | 0 | A | 4A | 1F | 34 | 3B | 2C |
| Octal | 260 | 236 | 56 | 0 | 12 | 112 | 37 | 64 | 73 | 54 |
| Binary | 10110000 | 10011110 | 101110 | 0 | 1010 | 1001010 | 11111 | 110100 | 111011 | 101100 |
Color Harmonies of #B09E2E
Complementary color
Monochromatic Colors of #B09E2E
Black with #B09E2E
Text Example
Text Example
White with #B09E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09E2E; }
p { color: rgb(176,158,46); }
H1.HeaderClassName
{
color: #B09E2E;
}
.AnyTagClassName
{
color: #B09E2E;
}
</style>
background-color css
<style>
a { background-color: #B09E2E; }
a { background-color: rgb(176,158,46); }
div.DivClassName
{
background-color: #B09E2E;
}
.BgClassName
{
background-color: #B09E2E;
}
</style>
border-color css
<style>
span { border-color: #B09E2E; }
span { border-color: rgb(176,158,46); }
td.TdClassName
{
border-color: #B09E2E;
}
.TagClassName
{
border-color: #B09E2E;
}
</style>