Shades of Sahara #B1962D
Tints of Sahara #B1962D
RGB
CMYK
RGB Variations
Color information
#B1962D (or 0xB1962D) is known color: Sahara. HEX triplet: B1, 96 and 2D. RGB value is (177,150,45). Sum of RGB (Red+Green+Blue) = 177+150+45=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B1962D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1962D is #4E69D2. Grayscale: #929292. Windows color (decimal): -5138899 or 2987697. OLE color: 2987697.
HSL color Cylindrical-coordinate representation of color #B1962D: hue angle of 47.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1962D is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 150 | 45 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.31 |
| HSL | 47.73º | 0.59% | 0.44% | - |
| HSV(B) | 47.73º | 0.75% | 0.69% | - |
| XYZ | 29.51 | 31.35 | 6.98 | - |
| YUV | 146.1 | 70.95 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 45 | 0 | 0.15 | 0.75 | 0.31 | 47.73 | 0.59 | 0.44 |
| Hex | B1 | 96 | 2D | 0 | F | 4B | 1F | 30 | 3B | 2C |
| Octal | 261 | 226 | 55 | 0 | 17 | 113 | 37 | 60 | 73 | 54 |
| Binary | 10110001 | 10010110 | 101101 | 0 | 1111 | 1001011 | 11111 | 110000 | 111011 | 101100 |
Color Harmonies of #B1962D
Complementary color
Monochromatic Colors of #B1962D
Black with #B1962D
Text Example
Text Example
White with #B1962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1962D; }
p { color: rgb(177,150,45); }
H1.HeaderClassName
{
color: #B1962D;
}
.AnyTagClassName
{
color: #B1962D;
}
</style>
background-color css
<style>
a { background-color: #B1962D; }
a { background-color: rgb(177,150,45); }
div.DivClassName
{
background-color: #B1962D;
}
.BgClassName
{
background-color: #B1962D;
}
</style>
border-color css
<style>
span { border-color: #B1962D; }
span { border-color: rgb(177,150,45); }
td.TdClassName
{
border-color: #B1962D;
}
.TagClassName
{
border-color: #B1962D;
}
</style>