Shades of Sahara #B6962B
Tints of Sahara #B6962B
RGB
CMYK
RGB Variations
Color information
#B6962B (or 0xB6962B) is known color: Sahara. HEX triplet: B6, 96 and 2B. RGB value is (182,150,43). Sum of RGB (Red+Green+Blue) = 182+150+43=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B6962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6962B is #4969D4. Grayscale: #939393. Windows color (decimal): -4811221 or 2856630. OLE color: 2856630.
HSL color Cylindrical-coordinate representation of color #B6962B: hue angle of 46.19º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6962B is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 150 | 43 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.29 |
| HSL | 46.19º | 0.62% | 0.44% | - |
| HSV(B) | 46.19º | 0.76% | 0.71% | - |
| XYZ | 30.63 | 31.93 | 6.83 | - |
| YUV | 147.37 | 69.1 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 150 | 43 | 0 | 0.18 | 0.76 | 0.29 | 46.19 | 0.62 | 0.44 |
| Hex | B6 | 96 | 2B | 0 | 12 | 4C | 1D | 2E | 3E | 2C |
| Octal | 266 | 226 | 53 | 0 | 22 | 114 | 35 | 56 | 76 | 54 |
| Binary | 10110110 | 10010110 | 101011 | 0 | 10010 | 1001100 | 11101 | 101110 | 111110 | 101100 |
Color Harmonies of #B6962B
Complementary color
Monochromatic Colors of #B6962B
Black with #B6962B
Text Example
Text Example
White with #B6962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6962B; }
p { color: rgb(182,150,43); }
H1.HeaderClassName
{
color: #B6962B;
}
.AnyTagClassName
{
color: #B6962B;
}
</style>
background-color css
<style>
a { background-color: #B6962B; }
a { background-color: rgb(182,150,43); }
div.DivClassName
{
background-color: #B6962B;
}
.BgClassName
{
background-color: #B6962B;
}
</style>
border-color css
<style>
span { border-color: #B6962B; }
span { border-color: rgb(182,150,43); }
td.TdClassName
{
border-color: #B6962B;
}
.TagClassName
{
border-color: #B6962B;
}
</style>