Shades of Sahara #B29C29
Tints of Sahara #B29C29
RGB
CMYK
RGB Variations
Color information
#B29C29 (or 0xB29C29) is known color: Sahara. HEX triplet: B2, 9C and 29. RGB value is (178,156,41). Sum of RGB (Red+Green+Blue) = 178+156+41=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29C29 is #4D63D6. Grayscale: #959595. Windows color (decimal): -5071831 or 2727090. OLE color: 2727090.
HSL color Cylindrical-coordinate representation of color #B29C29: hue angle of 50.36º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B29C29 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 156 | 41 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.30 |
| HSL | 50.36º | 0.63% | 0.43% | - |
| HSV(B) | 50.36º | 0.77% | 0.7% | - |
| XYZ | 30.65 | 33.4 | 6.93 | - |
| YUV | 149.47 | 66.79 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 156 | 41 | 0 | 0.12 | 0.77 | 0.30 | 50.36 | 0.63 | 0.43 |
| Hex | B2 | 9C | 29 | 0 | C | 4D | 1E | 32 | 3F | 2B |
| Octal | 262 | 234 | 51 | 0 | 14 | 115 | 36 | 62 | 77 | 53 |
| Binary | 10110010 | 10011100 | 101001 | 0 | 1100 | 1001101 | 11110 | 110010 | 111111 | 101011 |
Color Harmonies of #B29C29
Complementary color
Monochromatic Colors of #B29C29
Black with #B29C29
Text Example
Text Example
White with #B29C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29C29; }
p { color: rgb(178,156,41); }
H1.HeaderClassName
{
color: #B29C29;
}
.AnyTagClassName
{
color: #B29C29;
}
</style>
background-color css
<style>
a { background-color: #B29C29; }
a { background-color: rgb(178,156,41); }
div.DivClassName
{
background-color: #B29C29;
}
.BgClassName
{
background-color: #B29C29;
}
</style>
border-color css
<style>
span { border-color: #B29C29; }
span { border-color: rgb(178,156,41); }
td.TdClassName
{
border-color: #B29C29;
}
.TagClassName
{
border-color: #B29C29;
}
</style>