Shades of Sahara #B5911C
Tints of Sahara #B5911C
RGB
CMYK
RGB Variations
Color information
#B5911C (or 0xB5911C) is known color: Sahara. HEX triplet: B5, 91 and 1C. RGB value is (181,145,28). Sum of RGB (Red+Green+Blue) = 181+145+28=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B5911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5911C is #4A6EE3. Grayscale: #8E8E8E. Windows color (decimal): -4878052 or 1872309. OLE color: 1872309.
HSL color Cylindrical-coordinate representation of color #B5911C: hue angle of 45.88º degrees, saturation: 0.73, 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 #B5911C is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 145 | 28 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.29 |
| HSL | 45.88º | 0.73% | 0.41% | - |
| HSV(B) | 45.88º | 0.85% | 0.71% | - |
| XYZ | 29.39 | 30.16 | 5.37 | - |
| YUV | 142.43 | 63.43 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 145 | 28 | 0 | 0.20 | 0.85 | 0.29 | 45.88 | 0.73 | 0.41 |
| Hex | B5 | 91 | 1C | 0 | 14 | 55 | 1D | 2E | 49 | 29 |
| Octal | 265 | 221 | 34 | 0 | 24 | 125 | 35 | 56 | 111 | 51 |
| Binary | 10110101 | 10010001 | 11100 | 0 | 10100 | 1010101 | 11101 | 101110 | 1001001 | 101001 |
Color Harmonies of #B5911C
Complementary color
Monochromatic Colors of #B5911C
Black with #B5911C
Text Example
Text Example
White with #B5911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5911C; }
p { color: rgb(181,145,28); }
H1.HeaderClassName
{
color: #B5911C;
}
.AnyTagClassName
{
color: #B5911C;
}
</style>
background-color css
<style>
a { background-color: #B5911C; }
a { background-color: rgb(181,145,28); }
div.DivClassName
{
background-color: #B5911C;
}
.BgClassName
{
background-color: #B5911C;
}
</style>
border-color css
<style>
span { border-color: #B5911C; }
span { border-color: rgb(181,145,28); }
td.TdClassName
{
border-color: #B5911C;
}
.TagClassName
{
border-color: #B5911C;
}
</style>