Shades of Sahara #B59A28
Tints of Sahara #B59A28
RGB
CMYK
RGB Variations
Color information
#B59A28 (or 0xB59A28) is known color: Sahara. HEX triplet: B5, 9A and 28. RGB value is (181,154,40). Sum of RGB (Red+Green+Blue) = 181+154+40=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59A28 is #4A65D7. Grayscale: #959595. Windows color (decimal): -4875736 or 2661045. OLE color: 2661045.
HSL color Cylindrical-coordinate representation of color #B59A28: hue angle of 48.51º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B59A28 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 40 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.29 |
| HSL | 48.51º | 0.64% | 0.43% | - |
| HSV(B) | 48.51º | 0.78% | 0.71% | - |
| XYZ | 30.99 | 33.09 | 6.76 | - |
| YUV | 149.08 | 66.45 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 40 | 0 | 0.15 | 0.78 | 0.29 | 48.51 | 0.64 | 0.43 |
| Hex | B5 | 9A | 28 | 0 | F | 4E | 1D | 31 | 40 | 2B |
| Octal | 265 | 232 | 50 | 0 | 17 | 116 | 35 | 61 | 100 | 53 |
| Binary | 10110101 | 10011010 | 101000 | 0 | 1111 | 1001110 | 11101 | 110001 | 1000000 | 101011 |
Color Harmonies of #B59A28
Complementary color
Monochromatic Colors of #B59A28
Black with #B59A28
Text Example
Text Example
White with #B59A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59A28; }
p { color: rgb(181,154,40); }
H1.HeaderClassName
{
color: #B59A28;
}
.AnyTagClassName
{
color: #B59A28;
}
</style>
background-color css
<style>
a { background-color: #B59A28; }
a { background-color: rgb(181,154,40); }
div.DivClassName
{
background-color: #B59A28;
}
.BgClassName
{
background-color: #B59A28;
}
</style>
border-color css
<style>
span { border-color: #B59A28; }
span { border-color: rgb(181,154,40); }
td.TdClassName
{
border-color: #B59A28;
}
.TagClassName
{
border-color: #B59A28;
}
</style>