Shades of Sahara #B09521
Tints of Sahara #B09521
RGB
CMYK
RGB Variations
Color information
#B09521 (or 0xB09521) is known color: Sahara. HEX triplet: B0, 95 and 21. RGB value is (176,149,33). Sum of RGB (Red+Green+Blue) = 176+149+33=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B09521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09521 is #4F6ADE. Grayscale: #909090. Windows color (decimal): -5204703 or 2201008. OLE color: 2201008.
HSL color Cylindrical-coordinate representation of color #B09521: hue angle of 48.67º 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 #B09521 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 149 | 33 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.31 |
| HSL | 48.67º | 0.68% | 0.41% | - |
| HSV(B) | 48.67º | 0.81% | 0.69% | - |
| XYZ | 28.93 | 30.83 | 5.87 | - |
| YUV | 143.85 | 65.45 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 33 | 0 | 0.15 | 0.81 | 0.31 | 48.67 | 0.68 | 0.41 |
| Hex | B0 | 95 | 21 | 0 | F | 51 | 1F | 31 | 44 | 29 |
| Octal | 260 | 225 | 41 | 0 | 17 | 121 | 37 | 61 | 104 | 51 |
| Binary | 10110000 | 10010101 | 100001 | 0 | 1111 | 1010001 | 11111 | 110001 | 1000100 | 101001 |
Color Harmonies of #B09521
Complementary color
Monochromatic Colors of #B09521
Black with #B09521
Text Example
Text Example
White with #B09521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09521; }
p { color: rgb(176,149,33); }
H1.HeaderClassName
{
color: #B09521;
}
.AnyTagClassName
{
color: #B09521;
}
</style>
background-color css
<style>
a { background-color: #B09521; }
a { background-color: rgb(176,149,33); }
div.DivClassName
{
background-color: #B09521;
}
.BgClassName
{
background-color: #B09521;
}
</style>
border-color css
<style>
span { border-color: #B09521; }
span { border-color: rgb(176,149,33); }
td.TdClassName
{
border-color: #B09521;
}
.TagClassName
{
border-color: #B09521;
}
</style>