Shades of Sahara #B09420
Tints of Sahara #B09420
RGB
CMYK
RGB Variations
Color information
#B09420 (or 0xB09420) is known color: Sahara. HEX triplet: B0, 94 and 20. RGB value is (176,148,32). Sum of RGB (Red+Green+Blue) = 176+148+32=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B09420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09420 is #4F6BDF. Grayscale: #8F8F8F. Windows color (decimal): -5204960 or 2135216. OLE color: 2135216.
HSL color Cylindrical-coordinate representation of color #B09420: hue angle of 48.33º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B09420 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 148 | 32 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.31 |
| HSL | 48.33º | 0.69% | 0.41% | - |
| HSV(B) | 48.33º | 0.82% | 0.69% | - |
| XYZ | 28.76 | 30.51 | 5.74 | - |
| YUV | 143.15 | 65.28 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 148 | 32 | 0 | 0.16 | 0.82 | 0.31 | 48.33 | 0.69 | 0.41 |
| Hex | B0 | 94 | 20 | 0 | 10 | 52 | 1F | 30 | 45 | 29 |
| Octal | 260 | 224 | 40 | 0 | 20 | 122 | 37 | 60 | 105 | 51 |
| Binary | 10110000 | 10010100 | 100000 | 0 | 10000 | 1010010 | 11111 | 110000 | 1000101 | 101001 |
Color Harmonies of #B09420
Complementary color
Monochromatic Colors of #B09420
Black with #B09420
Text Example
Text Example
White with #B09420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09420; }
p { color: rgb(176,148,32); }
H1.HeaderClassName
{
color: #B09420;
}
.AnyTagClassName
{
color: #B09420;
}
</style>
background-color css
<style>
a { background-color: #B09420; }
a { background-color: rgb(176,148,32); }
div.DivClassName
{
background-color: #B09420;
}
.BgClassName
{
background-color: #B09420;
}
</style>
border-color css
<style>
span { border-color: #B09420; }
span { border-color: rgb(176,148,32); }
td.TdClassName
{
border-color: #B09420;
}
.TagClassName
{
border-color: #B09420;
}
</style>