Shades of Sahara #B29126
Tints of Sahara #B29126
RGB
CMYK
RGB Variations
Color information
#B29126 (or 0xB29126) is known color: Sahara. HEX triplet: B2, 91 and 26. RGB value is (178,145,38). Sum of RGB (Red+Green+Blue) = 178+145+38=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B29126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29126 is #4D6ED9. Grayscale: #8F8F8F. Windows color (decimal): -5074650 or 2527666. OLE color: 2527666.
HSL color Cylindrical-coordinate representation of color #B29126: hue angle of 45.86º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B29126 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 145 | 38 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.30 |
| HSL | 45.86º | 0.65% | 0.42% | - |
| HSV(B) | 45.86º | 0.79% | 0.7% | - |
| XYZ | 28.84 | 29.86 | 6.08 | - |
| YUV | 142.67 | 68.93 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 38 | 0 | 0.19 | 0.79 | 0.30 | 45.86 | 0.65 | 0.42 |
| Hex | B2 | 91 | 26 | 0 | 13 | 4F | 1E | 2E | 41 | 2A |
| Octal | 262 | 221 | 46 | 0 | 23 | 117 | 36 | 56 | 101 | 52 |
| Binary | 10110010 | 10010001 | 100110 | 0 | 10011 | 1001111 | 11110 | 101110 | 1000001 | 101010 |
Color Harmonies of #B29126
Complementary color
Monochromatic Colors of #B29126
Black with #B29126
Text Example
Text Example
White with #B29126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29126; }
p { color: rgb(178,145,38); }
H1.HeaderClassName
{
color: #B29126;
}
.AnyTagClassName
{
color: #B29126;
}
</style>
background-color css
<style>
a { background-color: #B29126; }
a { background-color: rgb(178,145,38); }
div.DivClassName
{
background-color: #B29126;
}
.BgClassName
{
background-color: #B29126;
}
</style>
border-color css
<style>
span { border-color: #B29126; }
span { border-color: rgb(178,145,38); }
td.TdClassName
{
border-color: #B29126;
}
.TagClassName
{
border-color: #B29126;
}
</style>