Shades of Sahara #B99A32
Tints of Sahara #B99A32
RGB
CMYK
RGB Variations
Color information
#B99A32 (or 0xB99A32) is known color: Sahara. HEX triplet: B9, 9A and 32. RGB value is (185,154,50). Sum of RGB (Red+Green+Blue) = 185+154+50=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99A32 is #4665CD. Grayscale: #979797. Windows color (decimal): -4613582 or 3316409. OLE color: 3316409.
HSL color Cylindrical-coordinate representation of color #B99A32: hue angle of 46.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B99A32 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 154 | 50 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.27 |
| HSL | 46.22º | 0.57% | 0.46% | - |
| HSV(B) | 46.22º | 0.73% | 0.73% | - |
| XYZ | 32.14 | 33.66 | 7.82 | - |
| YUV | 151.41 | 70.77 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 50 | 0 | 0.17 | 0.73 | 0.27 | 46.22 | 0.57 | 0.46 |
| Hex | B9 | 9A | 32 | 0 | 11 | 49 | 1B | 2E | 39 | 2E |
| Octal | 271 | 232 | 62 | 0 | 21 | 111 | 33 | 56 | 71 | 56 |
| Binary | 10111001 | 10011010 | 110010 | 0 | 10001 | 1001001 | 11011 | 101110 | 111001 | 101110 |
Color Harmonies of #B99A32
Complementary color
Monochromatic Colors of #B99A32
Black with #B99A32
Text Example
Text Example
White with #B99A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99A32; }
p { color: rgb(185,154,50); }
H1.HeaderClassName
{
color: #B99A32;
}
.AnyTagClassName
{
color: #B99A32;
}
</style>
background-color css
<style>
a { background-color: #B99A32; }
a { background-color: rgb(185,154,50); }
div.DivClassName
{
background-color: #B99A32;
}
.BgClassName
{
background-color: #B99A32;
}
</style>
border-color css
<style>
span { border-color: #B99A32; }
span { border-color: rgb(185,154,50); }
td.TdClassName
{
border-color: #B99A32;
}
.TagClassName
{
border-color: #B99A32;
}
</style>