Shades of Sahara #B59C26
Tints of Sahara #B59C26
RGB
CMYK
RGB Variations
Color information
#B59C26 (or 0xB59C26) is known color: Sahara. HEX triplet: B5, 9C and 26. RGB value is (181,156,38). Sum of RGB (Red+Green+Blue) = 181+156+38=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59C26 is #4A63D9. Grayscale: #969696. Windows color (decimal): -4875226 or 2530485. OLE color: 2530485.
HSL color Cylindrical-coordinate representation of color #B59C26: hue angle of 49.51º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B59C26 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 156 | 38 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.29 |
| HSL | 49.51º | 0.65% | 0.43% | - |
| HSV(B) | 49.51º | 0.79% | 0.71% | - |
| XYZ | 31.29 | 33.74 | 6.7 | - |
| YUV | 150.02 | 64.78 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 38 | 0 | 0.14 | 0.79 | 0.29 | 49.51 | 0.65 | 0.43 |
| Hex | B5 | 9C | 26 | 0 | E | 4F | 1D | 32 | 41 | 2B |
| Octal | 265 | 234 | 46 | 0 | 16 | 117 | 35 | 62 | 101 | 53 |
| Binary | 10110101 | 10011100 | 100110 | 0 | 1110 | 1001111 | 11101 | 110010 | 1000001 | 101011 |
Color Harmonies of #B59C26
Complementary color
Monochromatic Colors of #B59C26
Black with #B59C26
Text Example
Text Example
White with #B59C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59C26; }
p { color: rgb(181,156,38); }
H1.HeaderClassName
{
color: #B59C26;
}
.AnyTagClassName
{
color: #B59C26;
}
</style>
background-color css
<style>
a { background-color: #B59C26; }
a { background-color: rgb(181,156,38); }
div.DivClassName
{
background-color: #B59C26;
}
.BgClassName
{
background-color: #B59C26;
}
</style>
border-color css
<style>
span { border-color: #B59C26; }
span { border-color: rgb(181,156,38); }
td.TdClassName
{
border-color: #B59C26;
}
.TagClassName
{
border-color: #B59C26;
}
</style>