Shades of Sahara #B59834
Tints of Sahara #B59834
RGB
CMYK
RGB Variations
Color information
#B59834 (or 0xB59834) is known color: Sahara. HEX triplet: B5, 98 and 34. RGB value is (181,152,52). Sum of RGB (Red+Green+Blue) = 181+152+52=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B59834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59834 is #4A67CB. Grayscale: #959595. Windows color (decimal): -4876236 or 3446965. OLE color: 3446965.
HSL color Cylindrical-coordinate representation of color #B59834: hue angle of 46.51º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B59834 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 52 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.29 |
| HSL | 46.51º | 0.55% | 0.46% | - |
| HSV(B) | 46.51º | 0.71% | 0.71% | - |
| XYZ | 30.9 | 32.53 | 7.9 | - |
| YUV | 149.27 | 73.11 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 52 | 0 | 0.16 | 0.71 | 0.29 | 46.51 | 0.55 | 0.46 |
| Hex | B5 | 98 | 34 | 0 | 10 | 47 | 1D | 2F | 37 | 2E |
| Octal | 265 | 230 | 64 | 0 | 20 | 107 | 35 | 57 | 67 | 56 |
| Binary | 10110101 | 10011000 | 110100 | 0 | 10000 | 1000111 | 11101 | 101111 | 110111 | 101110 |
Color Harmonies of #B59834
Complementary color
Monochromatic Colors of #B59834
Black with #B59834
Text Example
Text Example
White with #B59834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59834; }
p { color: rgb(181,152,52); }
H1.HeaderClassName
{
color: #B59834;
}
.AnyTagClassName
{
color: #B59834;
}
</style>
background-color css
<style>
a { background-color: #B59834; }
a { background-color: rgb(181,152,52); }
div.DivClassName
{
background-color: #B59834;
}
.BgClassName
{
background-color: #B59834;
}
</style>
border-color css
<style>
span { border-color: #B59834; }
span { border-color: rgb(181,152,52); }
td.TdClassName
{
border-color: #B59834;
}
.TagClassName
{
border-color: #B59834;
}
</style>