Shades of Sahara #B59A20
Tints of Sahara #B59A20
RGB
CMYK
RGB Variations
Color information
#B59A20 (or 0xB59A20) is known color: Sahara. HEX triplet: B5, 9A and 20. RGB value is (181,154,32). Sum of RGB (Red+Green+Blue) = 181+154+32=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59A20 is #4A65DF. Grayscale: #949494. Windows color (decimal): -4875744 or 2136757. OLE color: 2136757.
HSL color Cylindrical-coordinate representation of color #B59A20: hue angle of 49.13º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B59A20 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 32 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.29 |
| HSL | 49.13º | 0.7% | 0.42% | - |
| HSV(B) | 49.13º | 0.82% | 0.71% | - |
| XYZ | 30.87 | 33.04 | 6.12 | - |
| YUV | 148.17 | 62.45 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 32 | 0 | 0.15 | 0.82 | 0.29 | 49.13 | 0.7 | 0.42 |
| Hex | B5 | 9A | 20 | 0 | F | 52 | 1D | 31 | 46 | 2A |
| Octal | 265 | 232 | 40 | 0 | 17 | 122 | 35 | 61 | 106 | 52 |
| Binary | 10110101 | 10011010 | 100000 | 0 | 1111 | 1010010 | 11101 | 110001 | 1000110 | 101010 |
Color Harmonies of #B59A20
Complementary color
Monochromatic Colors of #B59A20
Black with #B59A20
Text Example
Text Example
White with #B59A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59A20; }
p { color: rgb(181,154,32); }
H1.HeaderClassName
{
color: #B59A20;
}
.AnyTagClassName
{
color: #B59A20;
}
</style>
background-color css
<style>
a { background-color: #B59A20; }
a { background-color: rgb(181,154,32); }
div.DivClassName
{
background-color: #B59A20;
}
.BgClassName
{
background-color: #B59A20;
}
</style>
border-color css
<style>
span { border-color: #B59A20; }
span { border-color: rgb(181,154,32); }
td.TdClassName
{
border-color: #B59A20;
}
.TagClassName
{
border-color: #B59A20;
}
</style>