Shades of Sahara #B09722
Tints of Sahara #B09722
RGB
CMYK
RGB Variations
Color information
#B09722 (or 0xB09722) is known color: Sahara. HEX triplet: B0, 97 and 22. RGB value is (176,151,34). Sum of RGB (Red+Green+Blue) = 176+151+34=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B09722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09722 is #4F68DD. Grayscale: #919191. Windows color (decimal): -5204190 or 2267056. OLE color: 2267056.
HSL color Cylindrical-coordinate representation of color #B09722: hue angle of 49.44º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B09722 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 151 | 34 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.31 |
| HSL | 49.44º | 0.68% | 0.41% | - |
| HSV(B) | 49.44º | 0.81% | 0.69% | - |
| XYZ | 29.26 | 31.48 | 6.05 | - |
| YUV | 145.14 | 65.28 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 151 | 34 | 0 | 0.14 | 0.81 | 0.31 | 49.44 | 0.68 | 0.41 |
| Hex | B0 | 97 | 22 | 0 | E | 51 | 1F | 31 | 44 | 29 |
| Octal | 260 | 227 | 42 | 0 | 16 | 121 | 37 | 61 | 104 | 51 |
| Binary | 10110000 | 10010111 | 100010 | 0 | 1110 | 1010001 | 11111 | 110001 | 1000100 | 101001 |
Color Harmonies of #B09722
Complementary color
Monochromatic Colors of #B09722
Black with #B09722
Text Example
Text Example
White with #B09722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09722; }
p { color: rgb(176,151,34); }
H1.HeaderClassName
{
color: #B09722;
}
.AnyTagClassName
{
color: #B09722;
}
</style>
background-color css
<style>
a { background-color: #B09722; }
a { background-color: rgb(176,151,34); }
div.DivClassName
{
background-color: #B09722;
}
.BgClassName
{
background-color: #B09722;
}
</style>
border-color css
<style>
span { border-color: #B09722; }
span { border-color: rgb(176,151,34); }
td.TdClassName
{
border-color: #B09722;
}
.TagClassName
{
border-color: #B09722;
}
</style>