Shades of Sahara #B2911B
Tints of Sahara #B2911B
RGB
CMYK
RGB Variations
Color information
#B2911B (or 0xB2911B) is known color: Sahara. HEX triplet: B2, 91 and 1B. RGB value is (178,145,27). Sum of RGB (Red+Green+Blue) = 178+145+27=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B2911B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2911B is #4D6EE4. Grayscale: #8D8D8D. Windows color (decimal): -5074661 or 1806770. OLE color: 1806770.
HSL color Cylindrical-coordinate representation of color #B2911B: hue angle of 46.89º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2911B is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 145 | 27 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.30 |
| HSL | 46.89º | 0.74% | 0.4% | - |
| HSV(B) | 46.89º | 0.85% | 0.7% | - |
| XYZ | 28.68 | 29.79 | 5.28 | - |
| YUV | 141.42 | 63.43 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 27 | 0 | 0.19 | 0.85 | 0.30 | 46.89 | 0.74 | 0.4 |
| Hex | B2 | 91 | 1B | 0 | 13 | 55 | 1E | 2F | 4A | 28 |
| Octal | 262 | 221 | 33 | 0 | 23 | 125 | 36 | 57 | 112 | 50 |
| Binary | 10110010 | 10010001 | 11011 | 0 | 10011 | 1010101 | 11110 | 101111 | 1001010 | 101000 |
Color Harmonies of #B2911B
Complementary color
Monochromatic Colors of #B2911B
Black with #B2911B
Text Example
Text Example
White with #B2911B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2911B; }
p { color: rgb(178,145,27); }
H1.HeaderClassName
{
color: #B2911B;
}
.AnyTagClassName
{
color: #B2911B;
}
</style>
background-color css
<style>
a { background-color: #B2911B; }
a { background-color: rgb(178,145,27); }
div.DivClassName
{
background-color: #B2911B;
}
.BgClassName
{
background-color: #B2911B;
}
</style>
border-color css
<style>
span { border-color: #B2911B; }
span { border-color: rgb(178,145,27); }
td.TdClassName
{
border-color: #B2911B;
}
.TagClassName
{
border-color: #B2911B;
}
</style>