Shades of Sahara #B18D1B
Tints of Sahara #B18D1B
RGB
CMYK
RGB Variations
Color information
#B18D1B (or 0xB18D1B) is known color: Sahara. HEX triplet: B1, 8D and 1B. RGB value is (177,141,27). Sum of RGB (Red+Green+Blue) = 177+141+27=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D1B is #4E72E4. Grayscale: #8B8B8B. Windows color (decimal): -5141221 or 1805745. OLE color: 1805745.
HSL color Cylindrical-coordinate representation of color #B18D1B: hue angle of 45.6º 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 #B18D1B is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 27 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.31 |
| HSL | 45.6º | 0.74% | 0.4% | - |
| HSV(B) | 45.6º | 0.85% | 0.69% | - |
| XYZ | 27.85 | 28.48 | 5.07 | - |
| YUV | 138.77 | 64.93 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 27 | 0 | 0.20 | 0.85 | 0.31 | 45.6 | 0.74 | 0.4 |
| Hex | B1 | 8D | 1B | 0 | 14 | 55 | 1F | 2E | 4A | 28 |
| Octal | 261 | 215 | 33 | 0 | 24 | 125 | 37 | 56 | 112 | 50 |
| Binary | 10110001 | 10001101 | 11011 | 0 | 10100 | 1010101 | 11111 | 101110 | 1001010 | 101000 |
Color Harmonies of #B18D1B
Complementary color
Monochromatic Colors of #B18D1B
Black with #B18D1B
Text Example
Text Example
White with #B18D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D1B; }
p { color: rgb(177,141,27); }
H1.HeaderClassName
{
color: #B18D1B;
}
.AnyTagClassName
{
color: #B18D1B;
}
</style>
background-color css
<style>
a { background-color: #B18D1B; }
a { background-color: rgb(177,141,27); }
div.DivClassName
{
background-color: #B18D1B;
}
.BgClassName
{
background-color: #B18D1B;
}
</style>
border-color css
<style>
span { border-color: #B18D1B; }
span { border-color: rgb(177,141,27); }
td.TdClassName
{
border-color: #B18D1B;
}
.TagClassName
{
border-color: #B18D1B;
}
</style>