Shades of Sahara #B09A2E
Tints of Sahara #B09A2E
RGB
CMYK
RGB Variations
Color information
#B09A2E (or 0xB09A2E) is known color: Sahara. HEX triplet: B0, 9A and 2E. RGB value is (176,154,46). Sum of RGB (Red+Green+Blue) = 176+154+46=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09A2E is #4F65D1. Grayscale: #949494. Windows color (decimal): -5203410 or 3054256. OLE color: 3054256.
HSL color Cylindrical-coordinate representation of color #B09A2E: hue angle of 49.85º 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 #B09A2E is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 46 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.31 |
| HSL | 49.85º | 0.59% | 0.44% | - |
| HSV(B) | 49.85º | 0.74% | 0.69% | - |
| XYZ | 29.95 | 32.54 | 7.29 | - |
| YUV | 148.27 | 70.29 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 46 | 0 | 0.12 | 0.74 | 0.31 | 49.85 | 0.59 | 0.44 |
| Hex | B0 | 9A | 2E | 0 | C | 4A | 1F | 32 | 3B | 2C |
| Octal | 260 | 232 | 56 | 0 | 14 | 112 | 37 | 62 | 73 | 54 |
| Binary | 10110000 | 10011010 | 101110 | 0 | 1100 | 1001010 | 11111 | 110010 | 111011 | 101100 |
Color Harmonies of #B09A2E
Complementary color
Monochromatic Colors of #B09A2E
Black with #B09A2E
Text Example
Text Example
White with #B09A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A2E; }
p { color: rgb(176,154,46); }
H1.HeaderClassName
{
color: #B09A2E;
}
.AnyTagClassName
{
color: #B09A2E;
}
</style>
background-color css
<style>
a { background-color: #B09A2E; }
a { background-color: rgb(176,154,46); }
div.DivClassName
{
background-color: #B09A2E;
}
.BgClassName
{
background-color: #B09A2E;
}
</style>
border-color css
<style>
span { border-color: #B09A2E; }
span { border-color: rgb(176,154,46); }
td.TdClassName
{
border-color: #B09A2E;
}
.TagClassName
{
border-color: #B09A2E;
}
</style>