Shades of Sahara #B59F29
Tints of Sahara #B59F29
RGB
CMYK
RGB Variations
Color information
#B59F29 (or 0xB59F29) is known color: Sahara. HEX triplet: B5, 9F and 29. RGB value is (181,159,41). Sum of RGB (Red+Green+Blue) = 181+159+41=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59F29 is #4A60D6. Grayscale: #989898. Windows color (decimal): -4874455 or 2727861. OLE color: 2727861.
HSL color Cylindrical-coordinate representation of color #B59F29: hue angle of 50.57º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B59F29 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 159 | 41 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.29 |
| HSL | 50.57º | 0.63% | 0.44% | - |
| HSV(B) | 50.57º | 0.77% | 0.71% | - |
| XYZ | 31.85 | 34.78 | 7.13 | - |
| YUV | 152.13 | 65.29 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 159 | 41 | 0 | 0.12 | 0.77 | 0.29 | 50.57 | 0.63 | 0.44 |
| Hex | B5 | 9F | 29 | 0 | C | 4D | 1D | 33 | 3F | 2C |
| Octal | 265 | 237 | 51 | 0 | 14 | 115 | 35 | 63 | 77 | 54 |
| Binary | 10110101 | 10011111 | 101001 | 0 | 1100 | 1001101 | 11101 | 110011 | 111111 | 101100 |
Color Harmonies of #B59F29
Complementary color
Monochromatic Colors of #B59F29
Black with #B59F29
Text Example
Text Example
White with #B59F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59F29; }
p { color: rgb(181,159,41); }
H1.HeaderClassName
{
color: #B59F29;
}
.AnyTagClassName
{
color: #B59F29;
}
</style>
background-color css
<style>
a { background-color: #B59F29; }
a { background-color: rgb(181,159,41); }
div.DivClassName
{
background-color: #B59F29;
}
.BgClassName
{
background-color: #B59F29;
}
</style>
border-color css
<style>
span { border-color: #B59F29; }
span { border-color: rgb(181,159,41); }
td.TdClassName
{
border-color: #B59F29;
}
.TagClassName
{
border-color: #B59F29;
}
</style>