Shades of Sahara #B99729
Tints of Sahara #B99729
RGB
CMYK
RGB Variations
Color information
#B99729 (or 0xB99729) is known color: Sahara. HEX triplet: B9, 97 and 29. RGB value is (185,151,41). Sum of RGB (Red+Green+Blue) = 185+151+41=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B99729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99729 is #4668D6. Grayscale: #959595. Windows color (decimal): -4614359 or 2725817. OLE color: 2725817.
HSL color Cylindrical-coordinate representation of color #B99729: hue angle of 45.83º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B99729 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 151 | 41 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.27 |
| HSL | 45.83º | 0.64% | 0.44% | - |
| HSV(B) | 45.83º | 0.78% | 0.73% | - |
| XYZ | 31.47 | 32.61 | 6.73 | - |
| YUV | 148.63 | 67.26 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 41 | 0 | 0.18 | 0.78 | 0.27 | 45.83 | 0.64 | 0.44 |
| Hex | B9 | 97 | 29 | 0 | 12 | 4E | 1B | 2E | 40 | 2C |
| Octal | 271 | 227 | 51 | 0 | 22 | 116 | 33 | 56 | 100 | 54 |
| Binary | 10111001 | 10010111 | 101001 | 0 | 10010 | 1001110 | 11011 | 101110 | 1000000 | 101100 |
Color Harmonies of #B99729
Complementary color
Monochromatic Colors of #B99729
Black with #B99729
Text Example
Text Example
White with #B99729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99729; }
p { color: rgb(185,151,41); }
H1.HeaderClassName
{
color: #B99729;
}
.AnyTagClassName
{
color: #B99729;
}
</style>
background-color css
<style>
a { background-color: #B99729; }
a { background-color: rgb(185,151,41); }
div.DivClassName
{
background-color: #B99729;
}
.BgClassName
{
background-color: #B99729;
}
</style>
border-color css
<style>
span { border-color: #B99729; }
span { border-color: rgb(185,151,41); }
td.TdClassName
{
border-color: #B99729;
}
.TagClassName
{
border-color: #B99729;
}
</style>