Shades of Sahara #B59D2B
Tints of Sahara #B59D2B
RGB
CMYK
RGB Variations
Color information
#B59D2B (or 0xB59D2B) is known color: Sahara. HEX triplet: B5, 9D and 2B. RGB value is (181,157,43). Sum of RGB (Red+Green+Blue) = 181+157+43=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59D2B is #4A62D4. Grayscale: #979797. Windows color (decimal): -4874965 or 2858421. OLE color: 2858421.
HSL color Cylindrical-coordinate representation of color #B59D2B: hue angle of 49.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B59D2B is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 157 | 43 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.29 |
| HSL | 49.57º | 0.62% | 0.44% | - |
| HSV(B) | 49.57º | 0.76% | 0.71% | - |
| XYZ | 31.55 | 34.11 | 7.21 | - |
| YUV | 151.18 | 66.95 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 157 | 43 | 0 | 0.13 | 0.76 | 0.29 | 49.57 | 0.62 | 0.44 |
| Hex | B5 | 9D | 2B | 0 | D | 4C | 1D | 32 | 3E | 2C |
| Octal | 265 | 235 | 53 | 0 | 15 | 114 | 35 | 62 | 76 | 54 |
| Binary | 10110101 | 10011101 | 101011 | 0 | 1101 | 1001100 | 11101 | 110010 | 111110 | 101100 |
Color Harmonies of #B59D2B
Complementary color
Monochromatic Colors of #B59D2B
Black with #B59D2B
Text Example
Text Example
White with #B59D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59D2B; }
p { color: rgb(181,157,43); }
H1.HeaderClassName
{
color: #B59D2B;
}
.AnyTagClassName
{
color: #B59D2B;
}
</style>
background-color css
<style>
a { background-color: #B59D2B; }
a { background-color: rgb(181,157,43); }
div.DivClassName
{
background-color: #B59D2B;
}
.BgClassName
{
background-color: #B59D2B;
}
</style>
border-color css
<style>
span { border-color: #B59D2B; }
span { border-color: rgb(181,157,43); }
td.TdClassName
{
border-color: #B59D2B;
}
.TagClassName
{
border-color: #B59D2B;
}
</style>