Shades of Sahara #B09C2E
Tints of Sahara #B09C2E
RGB
CMYK
RGB Variations
Color information
#B09C2E (or 0xB09C2E) is known color: Sahara. HEX triplet: B0, 9C and 2E. RGB value is (176,156,46). Sum of RGB (Red+Green+Blue) = 176+156+46=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09C2E is #4F63D1. Grayscale: #959595. Windows color (decimal): -5202898 or 3054768. OLE color: 3054768.
HSL color Cylindrical-coordinate representation of color #B09C2E: hue angle of 50.77º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B09C2E is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 46 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.31 |
| HSL | 50.77º | 0.59% | 0.44% | - |
| HSV(B) | 50.77º | 0.74% | 0.69% | - |
| XYZ | 30.29 | 33.2 | 7.4 | - |
| YUV | 149.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 46 | 0 | 0.11 | 0.74 | 0.31 | 50.77 | 0.59 | 0.44 |
| Hex | B0 | 9C | 2E | 0 | B | 4A | 1F | 33 | 3B | 2C |
| Octal | 260 | 234 | 56 | 0 | 13 | 112 | 37 | 63 | 73 | 54 |
| Binary | 10110000 | 10011100 | 101110 | 0 | 1011 | 1001010 | 11111 | 110011 | 111011 | 101100 |
Color Harmonies of #B09C2E
Complementary color
Monochromatic Colors of #B09C2E
Black with #B09C2E
Text Example
Text Example
White with #B09C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C2E; }
p { color: rgb(176,156,46); }
H1.HeaderClassName
{
color: #B09C2E;
}
.AnyTagClassName
{
color: #B09C2E;
}
</style>
background-color css
<style>
a { background-color: #B09C2E; }
a { background-color: rgb(176,156,46); }
div.DivClassName
{
background-color: #B09C2E;
}
.BgClassName
{
background-color: #B09C2E;
}
</style>
border-color css
<style>
span { border-color: #B09C2E; }
span { border-color: rgb(176,156,46); }
td.TdClassName
{
border-color: #B09C2E;
}
.TagClassName
{
border-color: #B09C2E;
}
</style>