Shades of Sahara #B09B2F
Tints of Sahara #B09B2F
RGB
CMYK
RGB Variations
Color information
#B09B2F (or 0xB09B2F) is known color: Sahara. HEX triplet: B0, 9B and 2F. RGB value is (176,155,47). Sum of RGB (Red+Green+Blue) = 176+155+47=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09B2F is #4F64D0. Grayscale: #959595. Windows color (decimal): -5203153 or 3120048. OLE color: 3120048.
HSL color Cylindrical-coordinate representation of color #B09B2F: hue angle of 50.23º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B09B2F is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 155 | 47 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.31 |
| HSL | 50.23º | 0.58% | 0.44% | - |
| HSV(B) | 50.23º | 0.73% | 0.69% | - |
| XYZ | 30.14 | 32.88 | 7.45 | - |
| YUV | 148.97 | 70.46 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 47 | 0 | 0.12 | 0.73 | 0.31 | 50.23 | 0.58 | 0.44 |
| Hex | B0 | 9B | 2F | 0 | C | 49 | 1F | 32 | 3A | 2C |
| Octal | 260 | 233 | 57 | 0 | 14 | 111 | 37 | 62 | 72 | 54 |
| Binary | 10110000 | 10011011 | 101111 | 0 | 1100 | 1001001 | 11111 | 110010 | 111010 | 101100 |
Color Harmonies of #B09B2F
Complementary color
Monochromatic Colors of #B09B2F
Black with #B09B2F
Text Example
Text Example
White with #B09B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09B2F; }
p { color: rgb(176,155,47); }
H1.HeaderClassName
{
color: #B09B2F;
}
.AnyTagClassName
{
color: #B09B2F;
}
</style>
background-color css
<style>
a { background-color: #B09B2F; }
a { background-color: rgb(176,155,47); }
div.DivClassName
{
background-color: #B09B2F;
}
.BgClassName
{
background-color: #B09B2F;
}
</style>
border-color css
<style>
span { border-color: #B09B2F; }
span { border-color: rgb(176,155,47); }
td.TdClassName
{
border-color: #B09B2F;
}
.TagClassName
{
border-color: #B09B2F;
}
</style>