Shades of Sahara #B29D2D
Tints of Sahara #B29D2D
RGB
CMYK
RGB Variations
Color information
#B29D2D (or 0xB29D2D) is known color: Sahara. HEX triplet: B2, 9D and 2D. RGB value is (178,157,45). Sum of RGB (Red+Green+Blue) = 178+157+45=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29D2D is #4D62D2. Grayscale: #969696. Windows color (decimal): -5071571 or 2989490. OLE color: 2989490.
HSL color Cylindrical-coordinate representation of color #B29D2D: hue angle of 50.53º 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 #B29D2D is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 157 | 45 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.30 |
| HSL | 50.53º | 0.6% | 0.44% | - |
| HSV(B) | 50.53º | 0.75% | 0.7% | - |
| XYZ | 30.89 | 33.77 | 7.37 | - |
| YUV | 150.51 | 68.46 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 157 | 45 | 0 | 0.12 | 0.75 | 0.30 | 50.53 | 0.6 | 0.44 |
| Hex | B2 | 9D | 2D | 0 | C | 4B | 1E | 33 | 3C | 2C |
| Octal | 262 | 235 | 55 | 0 | 14 | 113 | 36 | 63 | 74 | 54 |
| Binary | 10110010 | 10011101 | 101101 | 0 | 1100 | 1001011 | 11110 | 110011 | 111100 | 101100 |
Color Harmonies of #B29D2D
Complementary color
Monochromatic Colors of #B29D2D
Black with #B29D2D
Text Example
Text Example
White with #B29D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29D2D; }
p { color: rgb(178,157,45); }
H1.HeaderClassName
{
color: #B29D2D;
}
.AnyTagClassName
{
color: #B29D2D;
}
</style>
background-color css
<style>
a { background-color: #B29D2D; }
a { background-color: rgb(178,157,45); }
div.DivClassName
{
background-color: #B29D2D;
}
.BgClassName
{
background-color: #B29D2D;
}
</style>
border-color css
<style>
span { border-color: #B29D2D; }
span { border-color: rgb(178,157,45); }
td.TdClassName
{
border-color: #B29D2D;
}
.TagClassName
{
border-color: #B29D2D;
}
</style>