Shades of Sahara #B99B2A
Tints of Sahara #B99B2A
RGB
CMYK
RGB Variations
Color information
#B99B2A (or 0xB99B2A) is known color: Sahara. HEX triplet: B9, 9B and 2A. RGB value is (185,155,42). Sum of RGB (Red+Green+Blue) = 185+155+42=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99B2A is #4664D5. Grayscale: #979797. Windows color (decimal): -4613334 or 2792377. OLE color: 2792377.
HSL color Cylindrical-coordinate representation of color #B99B2A: hue angle of 47.41º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B99B2A is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 155 | 42 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.27 |
| HSL | 47.41º | 0.63% | 0.45% | - |
| HSV(B) | 47.41º | 0.77% | 0.73% | - |
| XYZ | 32.15 | 33.92 | 7.04 | - |
| YUV | 151.09 | 66.44 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 42 | 0 | 0.16 | 0.77 | 0.27 | 47.41 | 0.63 | 0.45 |
| Hex | B9 | 9B | 2A | 0 | 10 | 4D | 1B | 2F | 3F | 2D |
| Octal | 271 | 233 | 52 | 0 | 20 | 115 | 33 | 57 | 77 | 55 |
| Binary | 10111001 | 10011011 | 101010 | 0 | 10000 | 1001101 | 11011 | 101111 | 111111 | 101101 |
Color Harmonies of #B99B2A
Complementary color
Monochromatic Colors of #B99B2A
Black with #B99B2A
Text Example
Text Example
White with #B99B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99B2A; }
p { color: rgb(185,155,42); }
H1.HeaderClassName
{
color: #B99B2A;
}
.AnyTagClassName
{
color: #B99B2A;
}
</style>
background-color css
<style>
a { background-color: #B99B2A; }
a { background-color: rgb(185,155,42); }
div.DivClassName
{
background-color: #B99B2A;
}
.BgClassName
{
background-color: #B99B2A;
}
</style>
border-color css
<style>
span { border-color: #B99B2A; }
span { border-color: rgb(185,155,42); }
td.TdClassName
{
border-color: #B99B2A;
}
.TagClassName
{
border-color: #B99B2A;
}
</style>