Shades of Sahara #B1952E
Tints of Sahara #B1952E
RGB
CMYK
RGB Variations
Color information
#B1952E (or 0xB1952E) is known color: Sahara. HEX triplet: B1, 95 and 2E. RGB value is (177,149,46). Sum of RGB (Red+Green+Blue) = 177+149+46=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B1952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1952E is #4E6AD1. Grayscale: #929292. Windows color (decimal): -5139154 or 3052977. OLE color: 3052977.
HSL color Cylindrical-coordinate representation of color #B1952E: hue angle of 47.18º 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 #B1952E is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 149 | 46 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.31 |
| HSL | 47.18º | 0.59% | 0.44% | - |
| HSV(B) | 47.18º | 0.74% | 0.69% | - |
| XYZ | 29.37 | 31.04 | 7.03 | - |
| YUV | 145.63 | 71.78 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 46 | 0 | 0.16 | 0.74 | 0.31 | 47.18 | 0.59 | 0.44 |
| Hex | B1 | 95 | 2E | 0 | 10 | 4A | 1F | 2F | 3B | 2C |
| Octal | 261 | 225 | 56 | 0 | 20 | 112 | 37 | 57 | 73 | 54 |
| Binary | 10110001 | 10010101 | 101110 | 0 | 10000 | 1001010 | 11111 | 101111 | 111011 | 101100 |
Color Harmonies of #B1952E
Complementary color
Monochromatic Colors of #B1952E
Black with #B1952E
Text Example
Text Example
White with #B1952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1952E; }
p { color: rgb(177,149,46); }
H1.HeaderClassName
{
color: #B1952E;
}
.AnyTagClassName
{
color: #B1952E;
}
</style>
background-color css
<style>
a { background-color: #B1952E; }
a { background-color: rgb(177,149,46); }
div.DivClassName
{
background-color: #B1952E;
}
.BgClassName
{
background-color: #B1952E;
}
</style>
border-color css
<style>
span { border-color: #B1952E; }
span { border-color: rgb(177,149,46); }
td.TdClassName
{
border-color: #B1952E;
}
.TagClassName
{
border-color: #B1952E;
}
</style>