Shades of Sahara #B59F32
Tints of Sahara #B59F32
RGB
CMYK
RGB Variations
Color information
#B59F32 (or 0xB59F32) is known color: Sahara. HEX triplet: B5, 9F and 32. RGB value is (181,159,50). Sum of RGB (Red+Green+Blue) = 181+159+50=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59F32 is #4A60CD. Grayscale: #999999. Windows color (decimal): -4874446 or 3317685. OLE color: 3317685.
HSL color Cylindrical-coordinate representation of color #B59F32: hue angle of 49.92º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B59F32 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 159 | 50 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.29 |
| HSL | 49.92º | 0.57% | 0.45% | - |
| HSV(B) | 49.92º | 0.72% | 0.71% | - |
| XYZ | 32.03 | 34.85 | 8.06 | - |
| YUV | 153.15 | 69.79 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 159 | 50 | 0 | 0.12 | 0.72 | 0.29 | 49.92 | 0.57 | 0.45 |
| Hex | B5 | 9F | 32 | 0 | C | 48 | 1D | 32 | 39 | 2D |
| Octal | 265 | 237 | 62 | 0 | 14 | 110 | 35 | 62 | 71 | 55 |
| Binary | 10110101 | 10011111 | 110010 | 0 | 1100 | 1001000 | 11101 | 110010 | 111001 | 101101 |
Color Harmonies of #B59F32
Complementary color
Monochromatic Colors of #B59F32
Black with #B59F32
Text Example
Text Example
White with #B59F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59F32; }
p { color: rgb(181,159,50); }
H1.HeaderClassName
{
color: #B59F32;
}
.AnyTagClassName
{
color: #B59F32;
}
</style>
background-color css
<style>
a { background-color: #B59F32; }
a { background-color: rgb(181,159,50); }
div.DivClassName
{
background-color: #B59F32;
}
.BgClassName
{
background-color: #B59F32;
}
</style>
border-color css
<style>
span { border-color: #B59F32; }
span { border-color: rgb(181,159,50); }
td.TdClassName
{
border-color: #B59F32;
}
.TagClassName
{
border-color: #B59F32;
}
</style>