Shades of Sahara #B1992C
Tints of Sahara #B1992C
RGB
CMYK
RGB Variations
Color information
#B1992C (or 0xB1992C) is known color: Sahara. HEX triplet: B1, 99 and 2C. RGB value is (177,153,44). Sum of RGB (Red+Green+Blue) = 177+153+44=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1992C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1992C is #4E66D3. Grayscale: #949494. Windows color (decimal): -5138132 or 2922929. OLE color: 2922929.
HSL color Cylindrical-coordinate representation of color #B1992C: hue angle of 49.17º 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 #B1992C is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 44 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.31 |
| HSL | 49.17º | 0.6% | 0.43% | - |
| HSV(B) | 49.17º | 0.75% | 0.69% | - |
| XYZ | 29.98 | 32.31 | 7.04 | - |
| YUV | 147.75 | 69.45 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 44 | 0 | 0.14 | 0.75 | 0.31 | 49.17 | 0.6 | 0.43 |
| Hex | B1 | 99 | 2C | 0 | E | 4B | 1F | 31 | 3C | 2B |
| Octal | 261 | 231 | 54 | 0 | 16 | 113 | 37 | 61 | 74 | 53 |
| Binary | 10110001 | 10011001 | 101100 | 0 | 1110 | 1001011 | 11111 | 110001 | 111100 | 101011 |
Color Harmonies of #B1992C
Complementary color
Monochromatic Colors of #B1992C
Black with #B1992C
Text Example
Text Example
White with #B1992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1992C; }
p { color: rgb(177,153,44); }
H1.HeaderClassName
{
color: #B1992C;
}
.AnyTagClassName
{
color: #B1992C;
}
</style>
background-color css
<style>
a { background-color: #B1992C; }
a { background-color: rgb(177,153,44); }
div.DivClassName
{
background-color: #B1992C;
}
.BgClassName
{
background-color: #B1992C;
}
</style>
border-color css
<style>
span { border-color: #B1992C; }
span { border-color: rgb(177,153,44); }
td.TdClassName
{
border-color: #B1992C;
}
.TagClassName
{
border-color: #B1992C;
}
</style>