Shades of Sahara #B58D1B
Tints of Sahara #B58D1B
RGB
CMYK
RGB Variations
Color information
#B58D1B (or 0xB58D1B) is known color: Sahara. HEX triplet: B5, 8D and 1B. RGB value is (181,141,27). Sum of RGB (Red+Green+Blue) = 181+141+27=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58D1B is #4A72E4. Grayscale: #8C8C8C. Windows color (decimal): -4879077 or 1805749. OLE color: 1805749.
HSL color Cylindrical-coordinate representation of color #B58D1B: hue angle of 44.42º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B58D1B is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 27 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.29 |
| HSL | 44.42º | 0.74% | 0.41% | - |
| HSV(B) | 44.42º | 0.85% | 0.71% | - |
| XYZ | 28.78 | 28.95 | 5.11 | - |
| YUV | 139.96 | 64.25 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 27 | 0 | 0.22 | 0.85 | 0.29 | 44.42 | 0.74 | 0.41 |
| Hex | B5 | 8D | 1B | 0 | 16 | 55 | 1D | 2C | 4A | 29 |
| Octal | 265 | 215 | 33 | 0 | 26 | 125 | 35 | 54 | 112 | 51 |
| Binary | 10110101 | 10001101 | 11011 | 0 | 10110 | 1010101 | 11101 | 101100 | 1001010 | 101001 |
Color Harmonies of #B58D1B
Complementary color
Monochromatic Colors of #B58D1B
Black with #B58D1B
Text Example
Text Example
White with #B58D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58D1B; }
p { color: rgb(181,141,27); }
H1.HeaderClassName
{
color: #B58D1B;
}
.AnyTagClassName
{
color: #B58D1B;
}
</style>
background-color css
<style>
a { background-color: #B58D1B; }
a { background-color: rgb(181,141,27); }
div.DivClassName
{
background-color: #B58D1B;
}
.BgClassName
{
background-color: #B58D1B;
}
</style>
border-color css
<style>
span { border-color: #B58D1B; }
span { border-color: rgb(181,141,27); }
td.TdClassName
{
border-color: #B58D1B;
}
.TagClassName
{
border-color: #B58D1B;
}
</style>