Shades of Sahara #B19B31
Tints of Sahara #B19B31
RGB
CMYK
RGB Variations
Color information
#B19B31 (or 0xB19B31) is known color: Sahara. HEX triplet: B1, 9B and 31. RGB value is (177,155,49). Sum of RGB (Red+Green+Blue) = 177+155+49=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19B31 is #4E64CE. Grayscale: #959595. Windows color (decimal): -5137615 or 3251121. OLE color: 3251121.
HSL color Cylindrical-coordinate representation of color #B19B31: hue angle of 49.69º 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 #B19B31 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 49 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.31 |
| HSL | 49.69º | 0.57% | 0.44% | - |
| HSV(B) | 49.69º | 0.72% | 0.69% | - |
| XYZ | 30.41 | 33.01 | 7.67 | - |
| YUV | 149.49 | 71.29 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 49 | 0 | 0.12 | 0.72 | 0.31 | 49.69 | 0.57 | 0.44 |
| Hex | B1 | 9B | 31 | 0 | C | 48 | 1F | 32 | 39 | 2C |
| Octal | 261 | 233 | 61 | 0 | 14 | 110 | 37 | 62 | 71 | 54 |
| Binary | 10110001 | 10011011 | 110001 | 0 | 1100 | 1001000 | 11111 | 110010 | 111001 | 101100 |
Color Harmonies of #B19B31
Complementary color
Monochromatic Colors of #B19B31
Black with #B19B31
Text Example
Text Example
White with #B19B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19B31; }
p { color: rgb(177,155,49); }
H1.HeaderClassName
{
color: #B19B31;
}
.AnyTagClassName
{
color: #B19B31;
}
</style>
background-color css
<style>
a { background-color: #B19B31; }
a { background-color: rgb(177,155,49); }
div.DivClassName
{
background-color: #B19B31;
}
.BgClassName
{
background-color: #B19B31;
}
</style>
border-color css
<style>
span { border-color: #B19B31; }
span { border-color: rgb(177,155,49); }
td.TdClassName
{
border-color: #B19B31;
}
.TagClassName
{
border-color: #B19B31;
}
</style>