Shades of Sahara #B59B21
Tints of Sahara #B59B21
RGB
CMYK
RGB Variations
Color information
#B59B21 (or 0xB59B21) is known color: Sahara. HEX triplet: B5, 9B and 21. RGB value is (181,155,33). Sum of RGB (Red+Green+Blue) = 181+155+33=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59B21 is #4A64DE. Grayscale: #959595. Windows color (decimal): -4875487 or 2202549. OLE color: 2202549.
HSL color Cylindrical-coordinate representation of color #B59B21: hue angle of 49.46º 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 #B59B21 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 155 | 33 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.29 |
| HSL | 49.46º | 0.69% | 0.42% | - |
| HSV(B) | 49.46º | 0.82% | 0.71% | - |
| XYZ | 31.05 | 33.38 | 6.24 | - |
| YUV | 148.87 | 62.61 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 155 | 33 | 0 | 0.14 | 0.82 | 0.29 | 49.46 | 0.69 | 0.42 |
| Hex | B5 | 9B | 21 | 0 | E | 52 | 1D | 31 | 45 | 2A |
| Octal | 265 | 233 | 41 | 0 | 16 | 122 | 35 | 61 | 105 | 52 |
| Binary | 10110101 | 10011011 | 100001 | 0 | 1110 | 1010010 | 11101 | 110001 | 1000101 | 101010 |
Color Harmonies of #B59B21
Complementary color
Monochromatic Colors of #B59B21
Black with #B59B21
Text Example
Text Example
White with #B59B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59B21; }
p { color: rgb(181,155,33); }
H1.HeaderClassName
{
color: #B59B21;
}
.AnyTagClassName
{
color: #B59B21;
}
</style>
background-color css
<style>
a { background-color: #B59B21; }
a { background-color: rgb(181,155,33); }
div.DivClassName
{
background-color: #B59B21;
}
.BgClassName
{
background-color: #B59B21;
}
</style>
border-color css
<style>
span { border-color: #B59B21; }
span { border-color: rgb(181,155,33); }
td.TdClassName
{
border-color: #B59B21;
}
.TagClassName
{
border-color: #B59B21;
}
</style>