Shades of Sahara #B19128
Tints of Sahara #B19128
RGB
CMYK
RGB Variations
Color information
#B19128 (or 0xB19128) is known color: Sahara. HEX triplet: B1, 91 and 28. RGB value is (177,145,40). Sum of RGB (Red+Green+Blue) = 177+145+40=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B19128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19128 is #4E6ED7. Grayscale: #8F8F8F. Windows color (decimal): -5140184 or 2658737. OLE color: 2658737.
HSL color Cylindrical-coordinate representation of color #B19128: hue angle of 45.99º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B19128 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 40 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.31 |
| HSL | 45.99º | 0.63% | 0.43% | - |
| HSV(B) | 45.99º | 0.77% | 0.69% | - |
| XYZ | 28.64 | 29.75 | 6.24 | - |
| YUV | 142.6 | 70.1 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 40 | 0 | 0.18 | 0.77 | 0.31 | 45.99 | 0.63 | 0.43 |
| Hex | B1 | 91 | 28 | 0 | 12 | 4D | 1F | 2E | 3F | 2B |
| Octal | 261 | 221 | 50 | 0 | 22 | 115 | 37 | 56 | 77 | 53 |
| Binary | 10110001 | 10010001 | 101000 | 0 | 10010 | 1001101 | 11111 | 101110 | 111111 | 101011 |
Color Harmonies of #B19128
Complementary color
Monochromatic Colors of #B19128
Black with #B19128
Text Example
Text Example
White with #B19128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19128; }
p { color: rgb(177,145,40); }
H1.HeaderClassName
{
color: #B19128;
}
.AnyTagClassName
{
color: #B19128;
}
</style>
background-color css
<style>
a { background-color: #B19128; }
a { background-color: rgb(177,145,40); }
div.DivClassName
{
background-color: #B19128;
}
.BgClassName
{
background-color: #B19128;
}
</style>
border-color css
<style>
span { border-color: #B19128; }
span { border-color: rgb(177,145,40); }
td.TdClassName
{
border-color: #B19128;
}
.TagClassName
{
border-color: #B19128;
}
</style>