Shades of Sahara #B0912B
Tints of Sahara #B0912B
RGB
CMYK
RGB Variations
Color information
#B0912B (or 0xB0912B) is known color: Sahara. HEX triplet: B0, 91 and 2B. RGB value is (176,145,43). Sum of RGB (Red+Green+Blue) = 176+145+43=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B0912B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0912B is #4F6ED4. Grayscale: #8F8F8F. Windows color (decimal): -5205717 or 2855344. OLE color: 2855344.
HSL color Cylindrical-coordinate representation of color #B0912B: hue angle of 46.02º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0912B is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 43 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.31 |
| HSL | 46.02º | 0.61% | 0.43% | - |
| HSV(B) | 46.02º | 0.76% | 0.69% | - |
| XYZ | 28.47 | 29.66 | 6.51 | - |
| YUV | 142.64 | 71.77 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 43 | 0 | 0.18 | 0.76 | 0.31 | 46.02 | 0.61 | 0.43 |
| Hex | B0 | 91 | 2B | 0 | 12 | 4C | 1F | 2E | 3D | 2B |
| Octal | 260 | 221 | 53 | 0 | 22 | 114 | 37 | 56 | 75 | 53 |
| Binary | 10110000 | 10010001 | 101011 | 0 | 10010 | 1001100 | 11111 | 101110 | 111101 | 101011 |
Color Harmonies of #B0912B
Complementary color
Monochromatic Colors of #B0912B
Black with #B0912B
Text Example
Text Example
White with #B0912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0912B; }
p { color: rgb(176,145,43); }
H1.HeaderClassName
{
color: #B0912B;
}
.AnyTagClassName
{
color: #B0912B;
}
</style>
background-color css
<style>
a { background-color: #B0912B; }
a { background-color: rgb(176,145,43); }
div.DivClassName
{
background-color: #B0912B;
}
.BgClassName
{
background-color: #B0912B;
}
</style>
border-color css
<style>
span { border-color: #B0912B; }
span { border-color: rgb(176,145,43); }
td.TdClassName
{
border-color: #B0912B;
}
.TagClassName
{
border-color: #B0912B;
}
</style>