Shades of Sahara #B7962B
Tints of Sahara #B7962B
RGB
CMYK
RGB Variations
Color information
#B7962B (or 0xB7962B) is known color: Sahara. HEX triplet: B7, 96 and 2B. RGB value is (183,150,43). Sum of RGB (Red+Green+Blue) = 183+150+43=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7962B is #4869D4. Grayscale: #949494. Windows color (decimal): -4745685 or 2856631. OLE color: 2856631.
HSL color Cylindrical-coordinate representation of color #B7962B: hue angle of 45.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7962B is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 150 | 43 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.28 |
| HSL | 45.86º | 0.62% | 0.44% | - |
| HSV(B) | 45.86º | 0.77% | 0.72% | - |
| XYZ | 30.87 | 32.05 | 6.85 | - |
| YUV | 147.67 | 68.93 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 150 | 43 | 0 | 0.18 | 0.77 | 0.28 | 45.86 | 0.62 | 0.44 |
| Hex | B7 | 96 | 2B | 0 | 12 | 4D | 1C | 2E | 3E | 2C |
| Octal | 267 | 226 | 53 | 0 | 22 | 115 | 34 | 56 | 76 | 54 |
| Binary | 10110111 | 10010110 | 101011 | 0 | 10010 | 1001101 | 11100 | 101110 | 111110 | 101100 |
Color Harmonies of #B7962B
Complementary color
Monochromatic Colors of #B7962B
Black with #B7962B
Text Example
Text Example
White with #B7962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7962B; }
p { color: rgb(183,150,43); }
H1.HeaderClassName
{
color: #B7962B;
}
.AnyTagClassName
{
color: #B7962B;
}
</style>
background-color css
<style>
a { background-color: #B7962B; }
a { background-color: rgb(183,150,43); }
div.DivClassName
{
background-color: #B7962B;
}
.BgClassName
{
background-color: #B7962B;
}
</style>
border-color css
<style>
span { border-color: #B7962B; }
span { border-color: rgb(183,150,43); }
td.TdClassName
{
border-color: #B7962B;
}
.TagClassName
{
border-color: #B7962B;
}
</style>