Shades of Sahara #B1932C
Tints of Sahara #B1932C
RGB
CMYK
RGB Variations
Color information
#B1932C (or 0xB1932C) is known color: Sahara. HEX triplet: B1, 93 and 2C. RGB value is (177,147,44). Sum of RGB (Red+Green+Blue) = 177+147+44=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B1932C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1932C is #4E6CD3. Grayscale: #909090. Windows color (decimal): -5139668 or 2921393. OLE color: 2921393.
HSL color Cylindrical-coordinate representation of color #B1932C: hue angle of 46.47º 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 #B1932C is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 147 | 44 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.31 |
| HSL | 46.47º | 0.6% | 0.43% | - |
| HSV(B) | 46.47º | 0.75% | 0.69% | - |
| XYZ | 29.02 | 30.4 | 6.72 | - |
| YUV | 144.23 | 71.44 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 44 | 0 | 0.17 | 0.75 | 0.31 | 46.47 | 0.6 | 0.43 |
| Hex | B1 | 93 | 2C | 0 | 11 | 4B | 1F | 2E | 3C | 2B |
| Octal | 261 | 223 | 54 | 0 | 21 | 113 | 37 | 56 | 74 | 53 |
| Binary | 10110001 | 10010011 | 101100 | 0 | 10001 | 1001011 | 11111 | 101110 | 111100 | 101011 |
Color Harmonies of #B1932C
Complementary color
Monochromatic Colors of #B1932C
Black with #B1932C
Text Example
Text Example
White with #B1932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1932C; }
p { color: rgb(177,147,44); }
H1.HeaderClassName
{
color: #B1932C;
}
.AnyTagClassName
{
color: #B1932C;
}
</style>
background-color css
<style>
a { background-color: #B1932C; }
a { background-color: rgb(177,147,44); }
div.DivClassName
{
background-color: #B1932C;
}
.BgClassName
{
background-color: #B1932C;
}
</style>
border-color css
<style>
span { border-color: #B1932C; }
span { border-color: rgb(177,147,44); }
td.TdClassName
{
border-color: #B1932C;
}
.TagClassName
{
border-color: #B1932C;
}
</style>