Shades of Sahara #B2912B
Tints of Sahara #B2912B
RGB
CMYK
RGB Variations
Color information
#B2912B (or 0xB2912B) is known color: Sahara. HEX triplet: B2, 91 and 2B. RGB value is (178,145,43). Sum of RGB (Red+Green+Blue) = 178+145+43=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B2912B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2912B is #4D6ED4. Grayscale: #8F8F8F. Windows color (decimal): -5074645 or 2855346. OLE color: 2855346.
HSL color Cylindrical-coordinate representation of color #B2912B: hue angle of 45.33º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2912B is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 145 | 43 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.30 |
| HSL | 45.33º | 0.61% | 0.43% | - |
| HSV(B) | 45.33º | 0.76% | 0.7% | - |
| XYZ | 28.92 | 29.89 | 6.53 | - |
| YUV | 143.24 | 71.43 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 43 | 0 | 0.19 | 0.76 | 0.30 | 45.33 | 0.61 | 0.43 |
| Hex | B2 | 91 | 2B | 0 | 13 | 4C | 1E | 2D | 3D | 2B |
| Octal | 262 | 221 | 53 | 0 | 23 | 114 | 36 | 55 | 75 | 53 |
| Binary | 10110010 | 10010001 | 101011 | 0 | 10011 | 1001100 | 11110 | 101101 | 111101 | 101011 |
Color Harmonies of #B2912B
Complementary color
Monochromatic Colors of #B2912B
Black with #B2912B
Text Example
Text Example
White with #B2912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2912B; }
p { color: rgb(178,145,43); }
H1.HeaderClassName
{
color: #B2912B;
}
.AnyTagClassName
{
color: #B2912B;
}
</style>
background-color css
<style>
a { background-color: #B2912B; }
a { background-color: rgb(178,145,43); }
div.DivClassName
{
background-color: #B2912B;
}
.BgClassName
{
background-color: #B2912B;
}
</style>
border-color css
<style>
span { border-color: #B2912B; }
span { border-color: rgb(178,145,43); }
td.TdClassName
{
border-color: #B2912B;
}
.TagClassName
{
border-color: #B2912B;
}
</style>