Shades of Sahara #B09621
Tints of Sahara #B09621
RGB
CMYK
RGB Variations
Color information
#B09621 (or 0xB09621) is known color: Sahara. HEX triplet: B0, 96 and 21. RGB value is (176,150,33). Sum of RGB (Red+Green+Blue) = 176+150+33=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B09621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09621 is #4F69DE. Grayscale: #909090. Windows color (decimal): -5204447 or 2201264. OLE color: 2201264.
HSL color Cylindrical-coordinate representation of color #B09621: hue angle of 49.09º 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 #B09621 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 150 | 33 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.31 |
| HSL | 49.09º | 0.68% | 0.41% | - |
| HSV(B) | 49.09º | 0.81% | 0.69% | - |
| XYZ | 29.09 | 31.15 | 5.92 | - |
| YUV | 144.44 | 65.11 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 33 | 0 | 0.15 | 0.81 | 0.31 | 49.09 | 0.68 | 0.41 |
| Hex | B0 | 96 | 21 | 0 | F | 51 | 1F | 31 | 44 | 29 |
| Octal | 260 | 226 | 41 | 0 | 17 | 121 | 37 | 61 | 104 | 51 |
| Binary | 10110000 | 10010110 | 100001 | 0 | 1111 | 1010001 | 11111 | 110001 | 1000100 | 101001 |
Color Harmonies of #B09621
Complementary color
Monochromatic Colors of #B09621
Black with #B09621
Text Example
Text Example
White with #B09621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09621; }
p { color: rgb(176,150,33); }
H1.HeaderClassName
{
color: #B09621;
}
.AnyTagClassName
{
color: #B09621;
}
</style>
background-color css
<style>
a { background-color: #B09621; }
a { background-color: rgb(176,150,33); }
div.DivClassName
{
background-color: #B09621;
}
.BgClassName
{
background-color: #B09621;
}
</style>
border-color css
<style>
span { border-color: #B09621; }
span { border-color: rgb(176,150,33); }
td.TdClassName
{
border-color: #B09621;
}
.TagClassName
{
border-color: #B09621;
}
</style>