Shades of Sahara #B19027
Tints of Sahara #B19027
RGB
CMYK
RGB Variations
Color information
#B19027 (or 0xB19027) is known color: Sahara. HEX triplet: B1, 90 and 27. RGB value is (177,144,39). Sum of RGB (Red+Green+Blue) = 177+144+39=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B19027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19027 is #4E6FD8. Grayscale: #8E8E8E. Windows color (decimal): -5140441 or 2592945. OLE color: 2592945.
HSL color Cylindrical-coordinate representation of color #B19027: hue angle of 45.65º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B19027 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 39 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.31 |
| HSL | 45.65º | 0.64% | 0.42% | - |
| HSV(B) | 45.65º | 0.78% | 0.69% | - |
| XYZ | 28.47 | 29.44 | 6.1 | - |
| YUV | 141.9 | 69.93 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 39 | 0 | 0.19 | 0.78 | 0.31 | 45.65 | 0.64 | 0.42 |
| Hex | B1 | 90 | 27 | 0 | 13 | 4E | 1F | 2E | 40 | 2A |
| Octal | 261 | 220 | 47 | 0 | 23 | 116 | 37 | 56 | 100 | 52 |
| Binary | 10110001 | 10010000 | 100111 | 0 | 10011 | 1001110 | 11111 | 101110 | 1000000 | 101010 |
Color Harmonies of #B19027
Complementary color
Monochromatic Colors of #B19027
Black with #B19027
Text Example
Text Example
White with #B19027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19027; }
p { color: rgb(177,144,39); }
H1.HeaderClassName
{
color: #B19027;
}
.AnyTagClassName
{
color: #B19027;
}
</style>
background-color css
<style>
a { background-color: #B19027; }
a { background-color: rgb(177,144,39); }
div.DivClassName
{
background-color: #B19027;
}
.BgClassName
{
background-color: #B19027;
}
</style>
border-color css
<style>
span { border-color: #B19027; }
span { border-color: rgb(177,144,39); }
td.TdClassName
{
border-color: #B19027;
}
.TagClassName
{
border-color: #B19027;
}
</style>