Shades of Sahara #B29224
Tints of Sahara #B29224
RGB
CMYK
RGB Variations
Color information
#B29224 (or 0xB29224) is known color: Sahara. HEX triplet: B2, 92 and 24. RGB value is (178,146,36). Sum of RGB (Red+Green+Blue) = 178+146+36=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B29224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29224 is #4D6DDB. Grayscale: #8F8F8F. Windows color (decimal): -5074396 or 2396850. OLE color: 2396850.
HSL color Cylindrical-coordinate representation of color #B29224: hue angle of 46.48º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B29224 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 146 | 36 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.30 |
| HSL | 46.48º | 0.66% | 0.42% | - |
| HSV(B) | 46.48º | 0.8% | 0.7% | - |
| XYZ | 28.96 | 30.15 | 5.96 | - |
| YUV | 143.03 | 67.6 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 36 | 0 | 0.18 | 0.80 | 0.30 | 46.48 | 0.66 | 0.42 |
| Hex | B2 | 92 | 24 | 0 | 12 | 50 | 1E | 2E | 42 | 2A |
| Octal | 262 | 222 | 44 | 0 | 22 | 120 | 36 | 56 | 102 | 52 |
| Binary | 10110010 | 10010010 | 100100 | 0 | 10010 | 1010000 | 11110 | 101110 | 1000010 | 101010 |
Color Harmonies of #B29224
Complementary color
Monochromatic Colors of #B29224
Black with #B29224
Text Example
Text Example
White with #B29224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29224; }
p { color: rgb(178,146,36); }
H1.HeaderClassName
{
color: #B29224;
}
.AnyTagClassName
{
color: #B29224;
}
</style>
background-color css
<style>
a { background-color: #B29224; }
a { background-color: rgb(178,146,36); }
div.DivClassName
{
background-color: #B29224;
}
.BgClassName
{
background-color: #B29224;
}
</style>
border-color css
<style>
span { border-color: #B29224; }
span { border-color: rgb(178,146,36); }
td.TdClassName
{
border-color: #B29224;
}
.TagClassName
{
border-color: #B29224;
}
</style>