Shades of Sahara #B18B1B
Tints of Sahara #B18B1B
RGB
CMYK
RGB Variations
Color information
#B18B1B (or 0xB18B1B) is known color: Sahara. HEX triplet: B1, 8B and 1B. RGB value is (177,139,27). Sum of RGB (Red+Green+Blue) = 177+139+27=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18B1B is #4E74E4. Grayscale: #8A8A8A. Windows color (decimal): -5141733 or 1805233. OLE color: 1805233.
HSL color Cylindrical-coordinate representation of color #B18B1B: hue angle of 44.8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B18B1B is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 139 | 27 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.31 |
| HSL | 44.8º | 0.74% | 0.4% | - |
| HSV(B) | 44.8º | 0.85% | 0.69% | - |
| XYZ | 27.56 | 27.89 | 4.97 | - |
| YUV | 137.59 | 65.59 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 27 | 0 | 0.21 | 0.85 | 0.31 | 44.8 | 0.74 | 0.4 |
| Hex | B1 | 8B | 1B | 0 | 15 | 55 | 1F | 2D | 4A | 28 |
| Octal | 261 | 213 | 33 | 0 | 25 | 125 | 37 | 55 | 112 | 50 |
| Binary | 10110001 | 10001011 | 11011 | 0 | 10101 | 1010101 | 11111 | 101101 | 1001010 | 101000 |
Color Harmonies of #B18B1B
Complementary color
Monochromatic Colors of #B18B1B
Black with #B18B1B
Text Example
Text Example
White with #B18B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18B1B; }
p { color: rgb(177,139,27); }
H1.HeaderClassName
{
color: #B18B1B;
}
.AnyTagClassName
{
color: #B18B1B;
}
</style>
background-color css
<style>
a { background-color: #B18B1B; }
a { background-color: rgb(177,139,27); }
div.DivClassName
{
background-color: #B18B1B;
}
.BgClassName
{
background-color: #B18B1B;
}
</style>
border-color css
<style>
span { border-color: #B18B1B; }
span { border-color: rgb(177,139,27); }
td.TdClassName
{
border-color: #B18B1B;
}
.TagClassName
{
border-color: #B18B1B;
}
</style>