Shades of Sahara #B09223
Tints of Sahara #B09223
RGB
CMYK
RGB Variations
Color information
#B09223 (or 0xB09223) is known color: Sahara. HEX triplet: B0, 92 and 23. RGB value is (176,146,35). Sum of RGB (Red+Green+Blue) = 176+146+35=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 35 (14.06% from 255 or 9.80% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B09223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09223 is #4F6DDC. Grayscale: #8E8E8E. Windows color (decimal): -5205469 or 2331312. OLE color: 2331312.
HSL color Cylindrical-coordinate representation of color #B09223: hue angle of 47.23º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B09223 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 146 | 35 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.31 |
| HSL | 47.23º | 0.67% | 0.41% | - |
| HSV(B) | 47.23º | 0.8% | 0.69% | - |
| XYZ | 28.49 | 29.91 | 5.86 | - |
| YUV | 142.32 | 67.44 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 35 | 0 | 0.17 | 0.80 | 0.31 | 47.23 | 0.67 | 0.41 |
| Hex | B0 | 92 | 23 | 0 | 11 | 50 | 1F | 2F | 43 | 29 |
| Octal | 260 | 222 | 43 | 0 | 21 | 120 | 37 | 57 | 103 | 51 |
| Binary | 10110000 | 10010010 | 100011 | 0 | 10001 | 1010000 | 11111 | 101111 | 1000011 | 101001 |
Color Harmonies of #B09223
Complementary color
Monochromatic Colors of #B09223
Black with #B09223
Text Example
Text Example
White with #B09223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09223; }
p { color: rgb(176,146,35); }
H1.HeaderClassName
{
color: #B09223;
}
.AnyTagClassName
{
color: #B09223;
}
</style>
background-color css
<style>
a { background-color: #B09223; }
a { background-color: rgb(176,146,35); }
div.DivClassName
{
background-color: #B09223;
}
.BgClassName
{
background-color: #B09223;
}
</style>
border-color css
<style>
span { border-color: #B09223; }
span { border-color: rgb(176,146,35); }
td.TdClassName
{
border-color: #B09223;
}
.TagClassName
{
border-color: #B09223;
}
</style>