Shades of Sahara #B19222
Tints of Sahara #B19222
RGB
CMYK
RGB Variations
Color information
#B19222 (or 0xB19222) is known color: Sahara. HEX triplet: B1, 92 and 22. RGB value is (177,146,34). Sum of RGB (Red+Green+Blue) = 177+146+34=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B19222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19222 is #4E6DDD. Grayscale: #8E8E8E. Windows color (decimal): -5139934 or 2265777. OLE color: 2265777.
HSL color Cylindrical-coordinate representation of color #B19222: hue angle of 46.99º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B19222 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 34 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.31 |
| HSL | 46.99º | 0.68% | 0.41% | - |
| HSV(B) | 46.99º | 0.81% | 0.69% | - |
| XYZ | 28.7 | 30.02 | 5.8 | - |
| YUV | 142.5 | 66.77 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 34 | 0 | 0.18 | 0.81 | 0.31 | 46.99 | 0.68 | 0.41 |
| Hex | B1 | 92 | 22 | 0 | 12 | 51 | 1F | 2F | 44 | 29 |
| Octal | 261 | 222 | 42 | 0 | 22 | 121 | 37 | 57 | 104 | 51 |
| Binary | 10110001 | 10010010 | 100010 | 0 | 10010 | 1010001 | 11111 | 101111 | 1000100 | 101001 |
Color Harmonies of #B19222
Complementary color
Monochromatic Colors of #B19222
Black with #B19222
Text Example
Text Example
White with #B19222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19222; }
p { color: rgb(177,146,34); }
H1.HeaderClassName
{
color: #B19222;
}
.AnyTagClassName
{
color: #B19222;
}
</style>
background-color css
<style>
a { background-color: #B19222; }
a { background-color: rgb(177,146,34); }
div.DivClassName
{
background-color: #B19222;
}
.BgClassName
{
background-color: #B19222;
}
</style>
border-color css
<style>
span { border-color: #B19222; }
span { border-color: rgb(177,146,34); }
td.TdClassName
{
border-color: #B19222;
}
.TagClassName
{
border-color: #B19222;
}
</style>