Shades of Sahara #B1942F
Tints of Sahara #B1942F
RGB
CMYK
RGB Variations
Color information
#B1942F (or 0xB1942F) is known color: Sahara. HEX triplet: B1, 94 and 2F. RGB value is (177,148,47). Sum of RGB (Red+Green+Blue) = 177+148+47=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B1942F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1942F is #4E6BD0. Grayscale: #919191. Windows color (decimal): -5139409 or 3118257. OLE color: 3118257.
HSL color Cylindrical-coordinate representation of color #B1942F: hue angle of 46.62º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1942F is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 148 | 47 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.31 |
| HSL | 46.62º | 0.58% | 0.44% | - |
| HSV(B) | 46.62º | 0.73% | 0.69% | - |
| XYZ | 29.23 | 30.73 | 7.08 | - |
| YUV | 145.16 | 72.61 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 47 | 0 | 0.16 | 0.73 | 0.31 | 46.62 | 0.58 | 0.44 |
| Hex | B1 | 94 | 2F | 0 | 10 | 49 | 1F | 2F | 3A | 2C |
| Octal | 261 | 224 | 57 | 0 | 20 | 111 | 37 | 57 | 72 | 54 |
| Binary | 10110001 | 10010100 | 101111 | 0 | 10000 | 1001001 | 11111 | 101111 | 111010 | 101100 |
Color Harmonies of #B1942F
Complementary color
Monochromatic Colors of #B1942F
Black with #B1942F
Text Example
Text Example
White with #B1942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1942F; }
p { color: rgb(177,148,47); }
H1.HeaderClassName
{
color: #B1942F;
}
.AnyTagClassName
{
color: #B1942F;
}
</style>
background-color css
<style>
a { background-color: #B1942F; }
a { background-color: rgb(177,148,47); }
div.DivClassName
{
background-color: #B1942F;
}
.BgClassName
{
background-color: #B1942F;
}
</style>
border-color css
<style>
span { border-color: #B1942F; }
span { border-color: rgb(177,148,47); }
td.TdClassName
{
border-color: #B1942F;
}
.TagClassName
{
border-color: #B1942F;
}
</style>