Shades of Sahara #B19A31
Tints of Sahara #B19A31
RGB
CMYK
RGB Variations
Color information
#B19A31 (or 0xB19A31) is known color: Sahara. HEX triplet: B1, 9A and 31. RGB value is (177,154,49). Sum of RGB (Red+Green+Blue) = 177+154+49=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 49 (19.53% from 255 or 12.89% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A31 is #4E65CE. Grayscale: #959595. Windows color (decimal): -5137871 or 3250865. OLE color: 3250865.
HSL color Cylindrical-coordinate representation of color #B19A31: hue angle of 49.22º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B19A31 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 49 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.31 |
| HSL | 49.22º | 0.57% | 0.44% | - |
| HSV(B) | 49.22º | 0.72% | 0.69% | - |
| XYZ | 30.24 | 32.68 | 7.62 | - |
| YUV | 148.91 | 71.62 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 49 | 0 | 0.13 | 0.72 | 0.31 | 49.22 | 0.57 | 0.44 |
| Hex | B1 | 9A | 31 | 0 | D | 48 | 1F | 31 | 39 | 2C |
| Octal | 261 | 232 | 61 | 0 | 15 | 110 | 37 | 61 | 71 | 54 |
| Binary | 10110001 | 10011010 | 110001 | 0 | 1101 | 1001000 | 11111 | 110001 | 111001 | 101100 |
Color Harmonies of #B19A31
Complementary color
Monochromatic Colors of #B19A31
Black with #B19A31
Text Example
Text Example
White with #B19A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A31; }
p { color: rgb(177,154,49); }
H1.HeaderClassName
{
color: #B19A31;
}
.AnyTagClassName
{
color: #B19A31;
}
</style>
background-color css
<style>
a { background-color: #B19A31; }
a { background-color: rgb(177,154,49); }
div.DivClassName
{
background-color: #B19A31;
}
.BgClassName
{
background-color: #B19A31;
}
</style>
border-color css
<style>
span { border-color: #B19A31; }
span { border-color: rgb(177,154,49); }
td.TdClassName
{
border-color: #B19A31;
}
.TagClassName
{
border-color: #B19A31;
}
</style>