Shades of Sahara #B29F2C
Tints of Sahara #B29F2C
RGB
CMYK
RGB Variations
Color information
#B29F2C (or 0xB29F2C) is known color: Sahara. HEX triplet: B2, 9F and 2C. RGB value is (178,159,44). Sum of RGB (Red+Green+Blue) = 178+159+44=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29F2C is #4D60D3. Grayscale: #989898. Windows color (decimal): -5071060 or 2924466. OLE color: 2924466.
HSL color Cylindrical-coordinate representation of color #B29F2C: hue angle of 51.49º 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 #B29F2C is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 159 | 44 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.30 |
| HSL | 51.49º | 0.6% | 0.44% | - |
| HSV(B) | 51.49º | 0.75% | 0.7% | - |
| XYZ | 31.21 | 34.44 | 7.39 | - |
| YUV | 151.57 | 67.29 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 159 | 44 | 0 | 0.11 | 0.75 | 0.30 | 51.49 | 0.6 | 0.44 |
| Hex | B2 | 9F | 2C | 0 | B | 4B | 1E | 33 | 3C | 2C |
| Octal | 262 | 237 | 54 | 0 | 13 | 113 | 36 | 63 | 74 | 54 |
| Binary | 10110010 | 10011111 | 101100 | 0 | 1011 | 1001011 | 11110 | 110011 | 111100 | 101100 |
Color Harmonies of #B29F2C
Complementary color
Monochromatic Colors of #B29F2C
Black with #B29F2C
Text Example
Text Example
White with #B29F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29F2C; }
p { color: rgb(178,159,44); }
H1.HeaderClassName
{
color: #B29F2C;
}
.AnyTagClassName
{
color: #B29F2C;
}
</style>
background-color css
<style>
a { background-color: #B29F2C; }
a { background-color: rgb(178,159,44); }
div.DivClassName
{
background-color: #B29F2C;
}
.BgClassName
{
background-color: #B29F2C;
}
</style>
border-color css
<style>
span { border-color: #B29F2C; }
span { border-color: rgb(178,159,44); }
td.TdClassName
{
border-color: #B29F2C;
}
.TagClassName
{
border-color: #B29F2C;
}
</style>