Shades of Sahara #B5901F
Tints of Sahara #B5901F
RGB
CMYK
RGB Variations
Color information
#B5901F (or 0xB5901F) is known color: Sahara. HEX triplet: B5, 90 and 1F. RGB value is (181,144,31). Sum of RGB (Red+Green+Blue) = 181+144+31=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5901F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5901F is #4A6FE0. Grayscale: #8E8E8E. Windows color (decimal): -4878305 or 2068661. OLE color: 2068661.
HSL color Cylindrical-coordinate representation of color #B5901F: hue angle of 45.2º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5901F is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 144 | 31 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.29 |
| HSL | 45.2º | 0.71% | 0.42% | - |
| HSV(B) | 45.2º | 0.83% | 0.71% | - |
| XYZ | 29.28 | 29.87 | 5.52 | - |
| YUV | 142.18 | 65.26 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 31 | 0 | 0.20 | 0.83 | 0.29 | 45.2 | 0.71 | 0.42 |
| Hex | B5 | 90 | 1F | 0 | 14 | 53 | 1D | 2D | 47 | 2A |
| Octal | 265 | 220 | 37 | 0 | 24 | 123 | 35 | 55 | 107 | 52 |
| Binary | 10110101 | 10010000 | 11111 | 0 | 10100 | 1010011 | 11101 | 101101 | 1000111 | 101010 |
Color Harmonies of #B5901F
Complementary color
Monochromatic Colors of #B5901F
Black with #B5901F
Text Example
Text Example
White with #B5901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5901F; }
p { color: rgb(181,144,31); }
H1.HeaderClassName
{
color: #B5901F;
}
.AnyTagClassName
{
color: #B5901F;
}
</style>
background-color css
<style>
a { background-color: #B5901F; }
a { background-color: rgb(181,144,31); }
div.DivClassName
{
background-color: #B5901F;
}
.BgClassName
{
background-color: #B5901F;
}
</style>
border-color css
<style>
span { border-color: #B5901F; }
span { border-color: rgb(181,144,31); }
td.TdClassName
{
border-color: #B5901F;
}
.TagClassName
{
border-color: #B5901F;
}
</style>