Shades of Sahara #B29E2D
Tints of Sahara #B29E2D
RGB
CMYK
RGB Variations
Color information
#B29E2D (or 0xB29E2D) is known color: Sahara. HEX triplet: B2, 9E and 2D. RGB value is (178,158,45). Sum of RGB (Red+Green+Blue) = 178+158+45=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29E2D is #4D61D2. Grayscale: #979797. Windows color (decimal): -5071315 or 2989746. OLE color: 2989746.
HSL color Cylindrical-coordinate representation of color #B29E2D: hue angle of 50.98º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B29E2D is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 158 | 45 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.30 |
| HSL | 50.98º | 0.6% | 0.44% | - |
| HSV(B) | 50.98º | 0.75% | 0.7% | - |
| XYZ | 31.06 | 34.11 | 7.43 | - |
| YUV | 151.1 | 68.13 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 158 | 45 | 0 | 0.11 | 0.75 | 0.30 | 50.98 | 0.6 | 0.44 |
| Hex | B2 | 9E | 2D | 0 | B | 4B | 1E | 33 | 3C | 2C |
| Octal | 262 | 236 | 55 | 0 | 13 | 113 | 36 | 63 | 74 | 54 |
| Binary | 10110010 | 10011110 | 101101 | 0 | 1011 | 1001011 | 11110 | 110011 | 111100 | 101100 |
Color Harmonies of #B29E2D
Complementary color
Monochromatic Colors of #B29E2D
Black with #B29E2D
Text Example
Text Example
White with #B29E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29E2D; }
p { color: rgb(178,158,45); }
H1.HeaderClassName
{
color: #B29E2D;
}
.AnyTagClassName
{
color: #B29E2D;
}
</style>
background-color css
<style>
a { background-color: #B29E2D; }
a { background-color: rgb(178,158,45); }
div.DivClassName
{
background-color: #B29E2D;
}
.BgClassName
{
background-color: #B29E2D;
}
</style>
border-color css
<style>
span { border-color: #B29E2D; }
span { border-color: rgb(178,158,45); }
td.TdClassName
{
border-color: #B29E2D;
}
.TagClassName
{
border-color: #B29E2D;
}
</style>