Shades of Sahara #B59632
Tints of Sahara #B59632
RGB
CMYK
RGB Variations
Color information
#B59632 (or 0xB59632) is known color: Sahara. HEX triplet: B5, 96 and 32. RGB value is (181,150,50). Sum of RGB (Red+Green+Blue) = 181+150+50=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B59632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59632 is #4A69CD. Grayscale: #949494. Windows color (decimal): -4876750 or 3315381. OLE color: 3315381.
HSL color Cylindrical-coordinate representation of color #B59632: hue angle of 45.8º 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 #B59632 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 150 | 50 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.29 |
| HSL | 45.8º | 0.57% | 0.45% | - |
| HSV(B) | 45.8º | 0.72% | 0.71% | - |
| XYZ | 30.54 | 31.87 | 7.56 | - |
| YUV | 147.87 | 72.77 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 150 | 50 | 0 | 0.17 | 0.72 | 0.29 | 45.8 | 0.57 | 0.45 |
| Hex | B5 | 96 | 32 | 0 | 11 | 48 | 1D | 2E | 39 | 2D |
| Octal | 265 | 226 | 62 | 0 | 21 | 110 | 35 | 56 | 71 | 55 |
| Binary | 10110101 | 10010110 | 110010 | 0 | 10001 | 1001000 | 11101 | 101110 | 111001 | 101101 |
Color Harmonies of #B59632
Complementary color
Monochromatic Colors of #B59632
Black with #B59632
Text Example
Text Example
White with #B59632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59632; }
p { color: rgb(181,150,50); }
H1.HeaderClassName
{
color: #B59632;
}
.AnyTagClassName
{
color: #B59632;
}
</style>
background-color css
<style>
a { background-color: #B59632; }
a { background-color: rgb(181,150,50); }
div.DivClassName
{
background-color: #B59632;
}
.BgClassName
{
background-color: #B59632;
}
</style>
border-color css
<style>
span { border-color: #B59632; }
span { border-color: rgb(181,150,50); }
td.TdClassName
{
border-color: #B59632;
}
.TagClassName
{
border-color: #B59632;
}
</style>