Shades of Sahara #B59D21
Tints of Sahara #B59D21
RGB
CMYK
RGB Variations
Color information
#B59D21 (or 0xB59D21) is known color: Sahara. HEX triplet: B5, 9D and 21. RGB value is (181,157,33). Sum of RGB (Red+Green+Blue) = 181+157+33=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59D21 is #4A62DE. Grayscale: #969696. Windows color (decimal): -4874975 or 2203061. OLE color: 2203061.
HSL color Cylindrical-coordinate representation of color #B59D21: hue angle of 50.27º degrees, saturation: 0.69, 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 #B59D21 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 157 | 33 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.29 |
| HSL | 50.27º | 0.69% | 0.42% | - |
| HSV(B) | 50.27º | 0.82% | 0.71% | - |
| XYZ | 31.39 | 34.05 | 6.36 | - |
| YUV | 150.04 | 61.95 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 157 | 33 | 0 | 0.13 | 0.82 | 0.29 | 50.27 | 0.69 | 0.42 |
| Hex | B5 | 9D | 21 | 0 | D | 52 | 1D | 32 | 45 | 2A |
| Octal | 265 | 235 | 41 | 0 | 15 | 122 | 35 | 62 | 105 | 52 |
| Binary | 10110101 | 10011101 | 100001 | 0 | 1101 | 1010010 | 11101 | 110010 | 1000101 | 101010 |
Color Harmonies of #B59D21
Complementary color
Monochromatic Colors of #B59D21
Black with #B59D21
Text Example
Text Example
White with #B59D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59D21; }
p { color: rgb(181,157,33); }
H1.HeaderClassName
{
color: #B59D21;
}
.AnyTagClassName
{
color: #B59D21;
}
</style>
background-color css
<style>
a { background-color: #B59D21; }
a { background-color: rgb(181,157,33); }
div.DivClassName
{
background-color: #B59D21;
}
.BgClassName
{
background-color: #B59D21;
}
</style>
border-color css
<style>
span { border-color: #B59D21; }
span { border-color: rgb(181,157,33); }
td.TdClassName
{
border-color: #B59D21;
}
.TagClassName
{
border-color: #B59D21;
}
</style>