Shades of Sahara #B0962D
Tints of Sahara #B0962D
RGB
CMYK
RGB Variations
Color information
#B0962D (or 0xB0962D) is known color: Sahara. HEX triplet: B0, 96 and 2D. RGB value is (176,150,45). Sum of RGB (Red+Green+Blue) = 176+150+45=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0962D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0962D is #4F69D2. Grayscale: #929292. Windows color (decimal): -5204435 or 2987696. OLE color: 2987696.
HSL color Cylindrical-coordinate representation of color #B0962D: hue angle of 48.09º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0962D is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 150 | 45 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.31 |
| HSL | 48.09º | 0.59% | 0.43% | - |
| HSV(B) | 48.09º | 0.74% | 0.69% | - |
| XYZ | 29.28 | 31.23 | 6.97 | - |
| YUV | 145.8 | 71.11 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 45 | 0 | 0.15 | 0.74 | 0.31 | 48.09 | 0.59 | 0.43 |
| Hex | B0 | 96 | 2D | 0 | F | 4A | 1F | 30 | 3B | 2B |
| Octal | 260 | 226 | 55 | 0 | 17 | 112 | 37 | 60 | 73 | 53 |
| Binary | 10110000 | 10010110 | 101101 | 0 | 1111 | 1001010 | 11111 | 110000 | 111011 | 101011 |
Color Harmonies of #B0962D
Complementary color
Monochromatic Colors of #B0962D
Black with #B0962D
Text Example
Text Example
White with #B0962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0962D; }
p { color: rgb(176,150,45); }
H1.HeaderClassName
{
color: #B0962D;
}
.AnyTagClassName
{
color: #B0962D;
}
</style>
background-color css
<style>
a { background-color: #B0962D; }
a { background-color: rgb(176,150,45); }
div.DivClassName
{
background-color: #B0962D;
}
.BgClassName
{
background-color: #B0962D;
}
</style>
border-color css
<style>
span { border-color: #B0962D; }
span { border-color: rgb(176,150,45); }
td.TdClassName
{
border-color: #B0962D;
}
.TagClassName
{
border-color: #B0962D;
}
</style>