Shades of Sahara #B19A2E
Tints of Sahara #B19A2E
RGB
CMYK
RGB Variations
Color information
#B19A2E (or 0xB19A2E) is known color: Sahara. HEX triplet: B1, 9A and 2E. RGB value is (177,154,46). Sum of RGB (Red+Green+Blue) = 177+154+46=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A2E is #4E65D1. Grayscale: #959595. Windows color (decimal): -5137874 or 3054257. OLE color: 3054257.
HSL color Cylindrical-coordinate representation of color #B19A2E: hue angle of 49.47º 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 #B19A2E is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 46 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.31 |
| HSL | 49.47º | 0.59% | 0.44% | - |
| HSV(B) | 49.47º | 0.74% | 0.69% | - |
| XYZ | 30.18 | 32.66 | 7.3 | - |
| YUV | 148.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 46 | 0 | 0.13 | 0.74 | 0.31 | 49.47 | 0.59 | 0.44 |
| Hex | B1 | 9A | 2E | 0 | D | 4A | 1F | 31 | 3B | 2C |
| Octal | 261 | 232 | 56 | 0 | 15 | 112 | 37 | 61 | 73 | 54 |
| Binary | 10110001 | 10011010 | 101110 | 0 | 1101 | 1001010 | 11111 | 110001 | 111011 | 101100 |
Color Harmonies of #B19A2E
Complementary color
Monochromatic Colors of #B19A2E
Black with #B19A2E
Text Example
Text Example
White with #B19A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A2E; }
p { color: rgb(177,154,46); }
H1.HeaderClassName
{
color: #B19A2E;
}
.AnyTagClassName
{
color: #B19A2E;
}
</style>
background-color css
<style>
a { background-color: #B19A2E; }
a { background-color: rgb(177,154,46); }
div.DivClassName
{
background-color: #B19A2E;
}
.BgClassName
{
background-color: #B19A2E;
}
</style>
border-color css
<style>
span { border-color: #B19A2E; }
span { border-color: rgb(177,154,46); }
td.TdClassName
{
border-color: #B19A2E;
}
.TagClassName
{
border-color: #B19A2E;
}
</style>