Shades of Sahara #B29A2E
Tints of Sahara #B29A2E
RGB
CMYK
RGB Variations
Color information
#B29A2E (or 0xB29A2E) is known color: Sahara. HEX triplet: B2, 9A and 2E. RGB value is (178,154,46). Sum of RGB (Red+Green+Blue) = 178+154+46=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A2E is #4D65D1. Grayscale: #959595. Windows color (decimal): -5072338 or 3054258. OLE color: 3054258.
HSL color Cylindrical-coordinate representation of color #B29A2E: hue angle of 49.09º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B29A2E is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 154 | 46 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.30 |
| HSL | 49.09º | 0.59% | 0.44% | - |
| HSV(B) | 49.09º | 0.74% | 0.7% | - |
| XYZ | 30.41 | 32.77 | 7.31 | - |
| YUV | 148.86 | 69.95 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 154 | 46 | 0 | 0.13 | 0.74 | 0.30 | 49.09 | 0.59 | 0.44 |
| Hex | B2 | 9A | 2E | 0 | D | 4A | 1E | 31 | 3B | 2C |
| Octal | 262 | 232 | 56 | 0 | 15 | 112 | 36 | 61 | 73 | 54 |
| Binary | 10110010 | 10011010 | 101110 | 0 | 1101 | 1001010 | 11110 | 110001 | 111011 | 101100 |
Color Harmonies of #B29A2E
Complementary color
Monochromatic Colors of #B29A2E
Black with #B29A2E
Text Example
Text Example
White with #B29A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29A2E; }
p { color: rgb(178,154,46); }
H1.HeaderClassName
{
color: #B29A2E;
}
.AnyTagClassName
{
color: #B29A2E;
}
</style>
background-color css
<style>
a { background-color: #B29A2E; }
a { background-color: rgb(178,154,46); }
div.DivClassName
{
background-color: #B29A2E;
}
.BgClassName
{
background-color: #B29A2E;
}
</style>
border-color css
<style>
span { border-color: #B29A2E; }
span { border-color: rgb(178,154,46); }
td.TdClassName
{
border-color: #B29A2E;
}
.TagClassName
{
border-color: #B29A2E;
}
</style>