Shades of Sahara #B99A33
Tints of Sahara #B99A33
RGB
CMYK
RGB Variations
Color information
#B99A33 (or 0xB99A33) is known color: Sahara. HEX triplet: B9, 9A and 33. RGB value is (185,154,51). Sum of RGB (Red+Green+Blue) = 185+154+51=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99A33 is #4665CC. Grayscale: #979797. Windows color (decimal): -4613581 or 3381945. OLE color: 3381945.
HSL color Cylindrical-coordinate representation of color #B99A33: hue angle of 46.12º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B99A33 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 154 | 51 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.27 |
| HSL | 46.12º | 0.57% | 0.46% | - |
| HSV(B) | 46.12º | 0.72% | 0.73% | - |
| XYZ | 32.16 | 33.66 | 7.93 | - |
| YUV | 151.53 | 71.27 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 51 | 0 | 0.17 | 0.72 | 0.27 | 46.12 | 0.57 | 0.46 |
| Hex | B9 | 9A | 33 | 0 | 11 | 48 | 1B | 2E | 39 | 2E |
| Octal | 271 | 232 | 63 | 0 | 21 | 110 | 33 | 56 | 71 | 56 |
| Binary | 10111001 | 10011010 | 110011 | 0 | 10001 | 1001000 | 11011 | 101110 | 111001 | 101110 |
Color Harmonies of #B99A33
Complementary color
Monochromatic Colors of #B99A33
Black with #B99A33
Text Example
Text Example
White with #B99A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99A33; }
p { color: rgb(185,154,51); }
H1.HeaderClassName
{
color: #B99A33;
}
.AnyTagClassName
{
color: #B99A33;
}
</style>
background-color css
<style>
a { background-color: #B99A33; }
a { background-color: rgb(185,154,51); }
div.DivClassName
{
background-color: #B99A33;
}
.BgClassName
{
background-color: #B99A33;
}
</style>
border-color css
<style>
span { border-color: #B99A33; }
span { border-color: rgb(185,154,51); }
td.TdClassName
{
border-color: #B99A33;
}
.TagClassName
{
border-color: #B99A33;
}
</style>