Shades of Sahara #B09931
Tints of Sahara #B09931
RGB
CMYK
RGB Variations
Color information
#B09931 (or 0xB09931) is known color: Sahara. HEX triplet: B0, 99 and 31. RGB value is (176,153,49). Sum of RGB (Red+Green+Blue) = 176+153+49=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B09931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09931 is #4F66CE. Grayscale: #949494. Windows color (decimal): -5203663 or 3250608. OLE color: 3250608.
HSL color Cylindrical-coordinate representation of color #B09931: hue angle of 49.13º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B09931 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 49 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.31 |
| HSL | 49.13º | 0.56% | 0.44% | - |
| HSV(B) | 49.13º | 0.72% | 0.69% | - |
| XYZ | 29.85 | 32.23 | 7.55 | - |
| YUV | 148.02 | 72.12 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 49 | 0 | 0.13 | 0.72 | 0.31 | 49.13 | 0.56 | 0.44 |
| Hex | B0 | 99 | 31 | 0 | D | 48 | 1F | 31 | 38 | 2C |
| Octal | 260 | 231 | 61 | 0 | 15 | 110 | 37 | 61 | 70 | 54 |
| Binary | 10110000 | 10011001 | 110001 | 0 | 1101 | 1001000 | 11111 | 110001 | 111000 | 101100 |
Color Harmonies of #B09931
Complementary color
Monochromatic Colors of #B09931
Black with #B09931
Text Example
Text Example
White with #B09931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09931; }
p { color: rgb(176,153,49); }
H1.HeaderClassName
{
color: #B09931;
}
.AnyTagClassName
{
color: #B09931;
}
</style>
background-color css
<style>
a { background-color: #B09931; }
a { background-color: rgb(176,153,49); }
div.DivClassName
{
background-color: #B09931;
}
.BgClassName
{
background-color: #B09931;
}
</style>
border-color css
<style>
span { border-color: #B09931; }
span { border-color: rgb(176,153,49); }
td.TdClassName
{
border-color: #B09931;
}
.TagClassName
{
border-color: #B09931;
}
</style>