Shades of Sahara #B59A30
Tints of Sahara #B59A30
RGB
CMYK
RGB Variations
Color information
#B59A30 (or 0xB59A30) is known color: Sahara. HEX triplet: B5, 9A and 30. RGB value is (181,154,48). Sum of RGB (Red+Green+Blue) = 181+154+48=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59A30 is #4A65CF. Grayscale: #969696. Windows color (decimal): -4875728 or 3185333. OLE color: 3185333.
HSL color Cylindrical-coordinate representation of color #B59A30: hue angle of 47.82º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B59A30 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 48 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.29 |
| HSL | 47.82º | 0.58% | 0.45% | - |
| HSV(B) | 47.82º | 0.73% | 0.71% | - |
| XYZ | 31.15 | 33.15 | 7.55 | - |
| YUV | 149.99 | 70.45 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 48 | 0 | 0.15 | 0.73 | 0.29 | 47.82 | 0.58 | 0.45 |
| Hex | B5 | 9A | 30 | 0 | F | 49 | 1D | 30 | 3A | 2D |
| Octal | 265 | 232 | 60 | 0 | 17 | 111 | 35 | 60 | 72 | 55 |
| Binary | 10110101 | 10011010 | 110000 | 0 | 1111 | 1001001 | 11101 | 110000 | 111010 | 101101 |
Color Harmonies of #B59A30
Complementary color
Monochromatic Colors of #B59A30
Black with #B59A30
Text Example
Text Example
White with #B59A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59A30; }
p { color: rgb(181,154,48); }
H1.HeaderClassName
{
color: #B59A30;
}
.AnyTagClassName
{
color: #B59A30;
}
</style>
background-color css
<style>
a { background-color: #B59A30; }
a { background-color: rgb(181,154,48); }
div.DivClassName
{
background-color: #B59A30;
}
.BgClassName
{
background-color: #B59A30;
}
</style>
border-color css
<style>
span { border-color: #B59A30; }
span { border-color: rgb(181,154,48); }
td.TdClassName
{
border-color: #B59A30;
}
.TagClassName
{
border-color: #B59A30;
}
</style>