Shades of Sahara #B29A30
Tints of Sahara #B29A30
RGB
CMYK
RGB Variations
Color information
#B29A30 (or 0xB29A30) is known color: Sahara. HEX triplet: B2, 9A and 30. RGB value is (178,154,48). Sum of RGB (Red+Green+Blue) = 178+154+48=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A30 is #4D65CF. Grayscale: #959595. Windows color (decimal): -5072336 or 3185330. OLE color: 3185330.
HSL color Cylindrical-coordinate representation of color #B29A30: hue angle of 48.92º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B29A30 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 154 | 48 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.30 |
| HSL | 48.92º | 0.58% | 0.44% | - |
| HSV(B) | 48.92º | 0.73% | 0.7% | - |
| XYZ | 30.45 | 32.79 | 7.52 | - |
| YUV | 149.09 | 70.95 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 154 | 48 | 0 | 0.13 | 0.73 | 0.30 | 48.92 | 0.58 | 0.44 |
| Hex | B2 | 9A | 30 | 0 | D | 49 | 1E | 31 | 3A | 2C |
| Octal | 262 | 232 | 60 | 0 | 15 | 111 | 36 | 61 | 72 | 54 |
| Binary | 10110010 | 10011010 | 110000 | 0 | 1101 | 1001001 | 11110 | 110001 | 111010 | 101100 |
Color Harmonies of #B29A30
Complementary color
Monochromatic Colors of #B29A30
Black with #B29A30
Text Example
Text Example
White with #B29A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29A30; }
p { color: rgb(178,154,48); }
H1.HeaderClassName
{
color: #B29A30;
}
.AnyTagClassName
{
color: #B29A30;
}
</style>
background-color css
<style>
a { background-color: #B29A30; }
a { background-color: rgb(178,154,48); }
div.DivClassName
{
background-color: #B29A30;
}
.BgClassName
{
background-color: #B29A30;
}
</style>
border-color css
<style>
span { border-color: #B29A30; }
span { border-color: rgb(178,154,48); }
td.TdClassName
{
border-color: #B29A30;
}
.TagClassName
{
border-color: #B29A30;
}
</style>