Shades of Sahara #B29A31
Tints of Sahara #B29A31
RGB
CMYK
RGB Variations
Color information
#B29A31 (or 0xB29A31) is known color: Sahara. HEX triplet: B2, 9A and 31. RGB value is (178,154,49). Sum of RGB (Red+Green+Blue) = 178+154+49=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A31 is #4D65CE. Grayscale: #959595. Windows color (decimal): -5072335 or 3250866. OLE color: 3250866.
HSL color Cylindrical-coordinate representation of color #B29A31: hue angle of 48.84º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B29A31 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 154 | 49 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.30 |
| HSL | 48.84º | 0.57% | 0.45% | - |
| HSV(B) | 48.84º | 0.72% | 0.7% | - |
| XYZ | 30.47 | 32.8 | 7.63 | - |
| YUV | 149.21 | 71.45 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 154 | 49 | 0 | 0.13 | 0.72 | 0.30 | 48.84 | 0.57 | 0.45 |
| Hex | B2 | 9A | 31 | 0 | D | 48 | 1E | 31 | 39 | 2D |
| Octal | 262 | 232 | 61 | 0 | 15 | 110 | 36 | 61 | 71 | 55 |
| Binary | 10110010 | 10011010 | 110001 | 0 | 1101 | 1001000 | 11110 | 110001 | 111001 | 101101 |
Color Harmonies of #B29A31
Complementary color
Monochromatic Colors of #B29A31
Black with #B29A31
Text Example
Text Example
White with #B29A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29A31; }
p { color: rgb(178,154,49); }
H1.HeaderClassName
{
color: #B29A31;
}
.AnyTagClassName
{
color: #B29A31;
}
</style>
background-color css
<style>
a { background-color: #B29A31; }
a { background-color: rgb(178,154,49); }
div.DivClassName
{
background-color: #B29A31;
}
.BgClassName
{
background-color: #B29A31;
}
</style>
border-color css
<style>
span { border-color: #B29A31; }
span { border-color: rgb(178,154,49); }
td.TdClassName
{
border-color: #B29A31;
}
.TagClassName
{
border-color: #B29A31;
}
</style>