Shades of Sahara #B1922C
Tints of Sahara #B1922C
RGB
CMYK
RGB Variations
Color information
#B1922C (or 0xB1922C) is known color: Sahara. HEX triplet: B1, 92 and 2C. RGB value is (177,146,44). Sum of RGB (Red+Green+Blue) = 177+146+44=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B1922C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1922C is #4E6DD3. Grayscale: #909090. Windows color (decimal): -5139924 or 2921137. OLE color: 2921137.
HSL color Cylindrical-coordinate representation of color #B1922C: hue angle of 46.02º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1922C is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 44 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.31 |
| HSL | 46.02º | 0.6% | 0.43% | - |
| HSV(B) | 46.02º | 0.75% | 0.69% | - |
| XYZ | 28.86 | 30.09 | 6.67 | - |
| YUV | 143.64 | 71.77 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 44 | 0 | 0.18 | 0.75 | 0.31 | 46.02 | 0.6 | 0.43 |
| Hex | B1 | 92 | 2C | 0 | 12 | 4B | 1F | 2E | 3C | 2B |
| Octal | 261 | 222 | 54 | 0 | 22 | 113 | 37 | 56 | 74 | 53 |
| Binary | 10110001 | 10010010 | 101100 | 0 | 10010 | 1001011 | 11111 | 101110 | 111100 | 101011 |
Color Harmonies of #B1922C
Complementary color
Monochromatic Colors of #B1922C
Black with #B1922C
Text Example
Text Example
White with #B1922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1922C; }
p { color: rgb(177,146,44); }
H1.HeaderClassName
{
color: #B1922C;
}
.AnyTagClassName
{
color: #B1922C;
}
</style>
background-color css
<style>
a { background-color: #B1922C; }
a { background-color: rgb(177,146,44); }
div.DivClassName
{
background-color: #B1922C;
}
.BgClassName
{
background-color: #B1922C;
}
</style>
border-color css
<style>
span { border-color: #B1922C; }
span { border-color: rgb(177,146,44); }
td.TdClassName
{
border-color: #B1922C;
}
.TagClassName
{
border-color: #B1922C;
}
</style>