Shades of Sahara #B58F21
Tints of Sahara #B58F21
RGB
CMYK
RGB Variations
Color information
#B58F21 (or 0xB58F21) is known color: Sahara. HEX triplet: B5, 8F and 21. RGB value is (181,143,33). Sum of RGB (Red+Green+Blue) = 181+143+33=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58F21 is #4A70DE. Grayscale: #8E8E8E. Windows color (decimal): -4878559 or 2199477. OLE color: 2199477.
HSL color Cylindrical-coordinate representation of color #B58F21: hue angle of 44.59º 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 #B58F21 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 143 | 33 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.29 |
| HSL | 44.59º | 0.69% | 0.42% | - |
| HSV(B) | 44.59º | 0.82% | 0.71% | - |
| XYZ | 29.15 | 29.58 | 5.61 | - |
| YUV | 141.82 | 66.59 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 33 | 0 | 0.21 | 0.82 | 0.29 | 44.59 | 0.69 | 0.42 |
| Hex | B5 | 8F | 21 | 0 | 15 | 52 | 1D | 2D | 45 | 2A |
| Octal | 265 | 217 | 41 | 0 | 25 | 122 | 35 | 55 | 105 | 52 |
| Binary | 10110101 | 10001111 | 100001 | 0 | 10101 | 1010010 | 11101 | 101101 | 1000101 | 101010 |
Color Harmonies of #B58F21
Complementary color
Monochromatic Colors of #B58F21
Black with #B58F21
Text Example
Text Example
White with #B58F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58F21; }
p { color: rgb(181,143,33); }
H1.HeaderClassName
{
color: #B58F21;
}
.AnyTagClassName
{
color: #B58F21;
}
</style>
background-color css
<style>
a { background-color: #B58F21; }
a { background-color: rgb(181,143,33); }
div.DivClassName
{
background-color: #B58F21;
}
.BgClassName
{
background-color: #B58F21;
}
</style>
border-color css
<style>
span { border-color: #B58F21; }
span { border-color: rgb(181,143,33); }
td.TdClassName
{
border-color: #B58F21;
}
.TagClassName
{
border-color: #B58F21;
}
</style>