Shades of Sahara #B09E2D
Tints of Sahara #B09E2D
RGB
CMYK
RGB Variations
Color information
#B09E2D (or 0xB09E2D) is known color: Sahara. HEX triplet: B0, 9E and 2D. RGB value is (176,158,45). Sum of RGB (Red+Green+Blue) = 176+158+45=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09E2D is #4F61D2. Grayscale: #969696. Windows color (decimal): -5202387 or 2989744. OLE color: 2989744.
HSL color Cylindrical-coordinate representation of color #B09E2D: hue angle of 51.76º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B09E2D is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 158 | 45 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.31 |
| HSL | 51.76º | 0.59% | 0.43% | - |
| HSV(B) | 51.76º | 0.74% | 0.69% | - |
| XYZ | 30.61 | 33.87 | 7.41 | - |
| YUV | 150.5 | 68.46 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 158 | 45 | 0 | 0.10 | 0.74 | 0.31 | 51.76 | 0.59 | 0.43 |
| Hex | B0 | 9E | 2D | 0 | A | 4A | 1F | 34 | 3B | 2B |
| Octal | 260 | 236 | 55 | 0 | 12 | 112 | 37 | 64 | 73 | 53 |
| Binary | 10110000 | 10011110 | 101101 | 0 | 1010 | 1001010 | 11111 | 110100 | 111011 | 101011 |
Color Harmonies of #B09E2D
Complementary color
Monochromatic Colors of #B09E2D
Black with #B09E2D
Text Example
Text Example
White with #B09E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09E2D; }
p { color: rgb(176,158,45); }
H1.HeaderClassName
{
color: #B09E2D;
}
.AnyTagClassName
{
color: #B09E2D;
}
</style>
background-color css
<style>
a { background-color: #B09E2D; }
a { background-color: rgb(176,158,45); }
div.DivClassName
{
background-color: #B09E2D;
}
.BgClassName
{
background-color: #B09E2D;
}
</style>
border-color css
<style>
span { border-color: #B09E2D; }
span { border-color: rgb(176,158,45); }
td.TdClassName
{
border-color: #B09E2D;
}
.TagClassName
{
border-color: #B09E2D;
}
</style>