Shades of Sahara #B99C22
Tints of Sahara #B99C22
RGB
CMYK
RGB Variations
Color information
#B99C22 (or 0xB99C22) is known color: Sahara. HEX triplet: B9, 9C and 22. RGB value is (185,156,34). Sum of RGB (Red+Green+Blue) = 185+156+34=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 34 (13.67% from 255 or 9.07% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99C22 is #4663DD. Grayscale: #979797. Windows color (decimal): -4613086 or 2268345. OLE color: 2268345.
HSL color Cylindrical-coordinate representation of color #B99C22: hue angle of 48.48º 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 #B99C22 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 156 | 34 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.27 |
| HSL | 48.48º | 0.69% | 0.43% | - |
| HSV(B) | 48.48º | 0.82% | 0.73% | - |
| XYZ | 32.18 | 34.21 | 6.42 | - |
| YUV | 150.76 | 62.11 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 34 | 0 | 0.16 | 0.82 | 0.27 | 48.48 | 0.69 | 0.43 |
| Hex | B9 | 9C | 22 | 0 | 10 | 52 | 1B | 30 | 45 | 2B |
| Octal | 271 | 234 | 42 | 0 | 20 | 122 | 33 | 60 | 105 | 53 |
| Binary | 10111001 | 10011100 | 100010 | 0 | 10000 | 1010010 | 11011 | 110000 | 1000101 | 101011 |
Color Harmonies of #B99C22
Complementary color
Monochromatic Colors of #B99C22
Black with #B99C22
Text Example
Text Example
White with #B99C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99C22; }
p { color: rgb(185,156,34); }
H1.HeaderClassName
{
color: #B99C22;
}
.AnyTagClassName
{
color: #B99C22;
}
</style>
background-color css
<style>
a { background-color: #B99C22; }
a { background-color: rgb(185,156,34); }
div.DivClassName
{
background-color: #B99C22;
}
.BgClassName
{
background-color: #B99C22;
}
</style>
border-color css
<style>
span { border-color: #B99C22; }
span { border-color: rgb(185,156,34); }
td.TdClassName
{
border-color: #B99C22;
}
.TagClassName
{
border-color: #B99C22;
}
</style>