Shades of Sahara #B29732
Tints of Sahara #B29732
RGB
CMYK
RGB Variations
Color information
#B29732 (or 0xB29732) is known color: Sahara. HEX triplet: B2, 97 and 32. RGB value is (178,151,50). Sum of RGB (Red+Green+Blue) = 178+151+50=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B29732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29732 is #4D68CD. Grayscale: #939393. Windows color (decimal): -5073102 or 3315634. OLE color: 3315634.
HSL color Cylindrical-coordinate representation of color #B29732: hue angle of 47.34º degrees, saturation: 0.56, 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 #B29732 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 151 | 50 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.30 |
| HSL | 47.34º | 0.56% | 0.45% | - |
| HSV(B) | 47.34º | 0.72% | 0.7% | - |
| XYZ | 30 | 31.83 | 7.58 | - |
| YUV | 147.56 | 72.95 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 151 | 50 | 0 | 0.15 | 0.72 | 0.30 | 47.34 | 0.56 | 0.45 |
| Hex | B2 | 97 | 32 | 0 | F | 48 | 1E | 2F | 38 | 2D |
| Octal | 262 | 227 | 62 | 0 | 17 | 110 | 36 | 57 | 70 | 55 |
| Binary | 10110010 | 10010111 | 110010 | 0 | 1111 | 1001000 | 11110 | 101111 | 111000 | 101101 |
Color Harmonies of #B29732
Complementary color
Monochromatic Colors of #B29732
Black with #B29732
Text Example
Text Example
White with #B29732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29732; }
p { color: rgb(178,151,50); }
H1.HeaderClassName
{
color: #B29732;
}
.AnyTagClassName
{
color: #B29732;
}
</style>
background-color css
<style>
a { background-color: #B29732; }
a { background-color: rgb(178,151,50); }
div.DivClassName
{
background-color: #B29732;
}
.BgClassName
{
background-color: #B29732;
}
</style>
border-color css
<style>
span { border-color: #B29732; }
span { border-color: rgb(178,151,50); }
td.TdClassName
{
border-color: #B29732;
}
.TagClassName
{
border-color: #B29732;
}
</style>