Shades of Sahara #B99622
Tints of Sahara #B99622
RGB
CMYK
RGB Variations
Color information
#B99622 (or 0xB99622) is known color: Sahara. HEX triplet: B9, 96 and 22. RGB value is (185,150,34). Sum of RGB (Red+Green+Blue) = 185+150+34=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B99622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99622 is #4669DD. Grayscale: #939393. Windows color (decimal): -4614622 or 2266809. OLE color: 2266809.
HSL color Cylindrical-coordinate representation of color #B99622: hue angle of 46.09º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B99622 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 150 | 34 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.27 |
| HSL | 46.09º | 0.69% | 0.43% | - |
| HSV(B) | 46.09º | 0.82% | 0.73% | - |
| XYZ | 31.2 | 32.24 | 6.09 | - |
| YUV | 147.24 | 64.1 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 34 | 0 | 0.19 | 0.82 | 0.27 | 46.09 | 0.69 | 0.43 |
| Hex | B9 | 96 | 22 | 0 | 13 | 52 | 1B | 2E | 45 | 2B |
| Octal | 271 | 226 | 42 | 0 | 23 | 122 | 33 | 56 | 105 | 53 |
| Binary | 10111001 | 10010110 | 100010 | 0 | 10011 | 1010010 | 11011 | 101110 | 1000101 | 101011 |
Color Harmonies of #B99622
Complementary color
Monochromatic Colors of #B99622
Black with #B99622
Text Example
Text Example
White with #B99622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99622; }
p { color: rgb(185,150,34); }
H1.HeaderClassName
{
color: #B99622;
}
.AnyTagClassName
{
color: #B99622;
}
</style>
background-color css
<style>
a { background-color: #B99622; }
a { background-color: rgb(185,150,34); }
div.DivClassName
{
background-color: #B99622;
}
.BgClassName
{
background-color: #B99622;
}
</style>
border-color css
<style>
span { border-color: #B99622; }
span { border-color: rgb(185,150,34); }
td.TdClassName
{
border-color: #B99622;
}
.TagClassName
{
border-color: #B99622;
}
</style>