Shades of Reno Sand #B16E2E
Tints of Reno Sand #B16E2E
RGB
CMYK
RGB Variations
Color information
#B16E2E (or 0xB16E2E) is known color: Reno Sand. HEX triplet: B1, 6E and 2E. RGB value is (177,110,46). Sum of RGB (Red+Green+Blue) = 177+110+46=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16E2E is #4E91D1. Grayscale: #7B7B7B. Windows color (decimal): -5149138 or 3042993. OLE color: 3042993.
HSL color Cylindrical-coordinate representation of color #B16E2E: hue angle of 29.31º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B16E2E is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 110 | 46 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.31 |
| HSL | 29.31º | 0.59% | 0.44% | - |
| HSV(B) | 29.31º | 0.74% | 0.69% | - |
| XYZ | 24.2 | 20.7 | 5.3 | - |
| YUV | 122.74 | 84.7 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 46 | 0 | 0.38 | 0.74 | 0.31 | 29.31 | 0.59 | 0.44 |
| Hex | B1 | 6E | 2E | 0 | 26 | 4A | 1F | 1D | 3B | 2C |
| Octal | 261 | 156 | 56 | 0 | 46 | 112 | 37 | 35 | 73 | 54 |
| Binary | 10110001 | 1101110 | 101110 | 0 | 100110 | 1001010 | 11111 | 11101 | 111011 | 101100 |
Color Harmonies of #B16E2E
Complementary color
Monochromatic Colors of #B16E2E
Black with #B16E2E
Text Example
Text Example
White with #B16E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16E2E; }
p { color: rgb(177,110,46); }
H1.HeaderClassName
{
color: #B16E2E;
}
.AnyTagClassName
{
color: #B16E2E;
}
</style>
background-color css
<style>
a { background-color: #B16E2E; }
a { background-color: rgb(177,110,46); }
div.DivClassName
{
background-color: #B16E2E;
}
.BgClassName
{
background-color: #B16E2E;
}
</style>
border-color css
<style>
span { border-color: #B16E2E; }
span { border-color: rgb(177,110,46); }
td.TdClassName
{
border-color: #B16E2E;
}
.TagClassName
{
border-color: #B16E2E;
}
</style>