Shades of Sahara #B1922E
Tints of Sahara #B1922E
RGB
CMYK
RGB Variations
Color information
#B1922E (or 0xB1922E) is known color: Sahara. HEX triplet: B1, 92 and 2E. RGB value is (177,146,46). Sum of RGB (Red+Green+Blue) = 177+146+46=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B1922E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1922E is #4E6DD1. Grayscale: #909090. Windows color (decimal): -5139922 or 3052209. OLE color: 3052209.
HSL color Cylindrical-coordinate representation of color #B1922E: hue angle of 45.8º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B1922E is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 46 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.31 |
| HSL | 45.8º | 0.59% | 0.44% | - |
| HSV(B) | 45.8º | 0.74% | 0.69% | - |
| XYZ | 28.9 | 30.1 | 6.87 | - |
| YUV | 143.87 | 72.77 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 46 | 0 | 0.18 | 0.74 | 0.31 | 45.8 | 0.59 | 0.44 |
| Hex | B1 | 92 | 2E | 0 | 12 | 4A | 1F | 2E | 3B | 2C |
| Octal | 261 | 222 | 56 | 0 | 22 | 112 | 37 | 56 | 73 | 54 |
| Binary | 10110001 | 10010010 | 101110 | 0 | 10010 | 1001010 | 11111 | 101110 | 111011 | 101100 |
Color Harmonies of #B1922E
Complementary color
Monochromatic Colors of #B1922E
Black with #B1922E
Text Example
Text Example
White with #B1922E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1922E; }
p { color: rgb(177,146,46); }
H1.HeaderClassName
{
color: #B1922E;
}
.AnyTagClassName
{
color: #B1922E;
}
</style>
background-color css
<style>
a { background-color: #B1922E; }
a { background-color: rgb(177,146,46); }
div.DivClassName
{
background-color: #B1922E;
}
.BgClassName
{
background-color: #B1922E;
}
</style>
border-color css
<style>
span { border-color: #B1922E; }
span { border-color: rgb(177,146,46); }
td.TdClassName
{
border-color: #B1922E;
}
.TagClassName
{
border-color: #B1922E;
}
</style>