Shades of Reno Sand #B16E2B
Tints of Reno Sand #B16E2B
RGB
CMYK
RGB Variations
Color information
#B16E2B (or 0xB16E2B) is known color: Reno Sand. HEX triplet: B1, 6E and 2B. RGB value is (177,110,43). Sum of RGB (Red+Green+Blue) = 177+110+43=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16E2B is #4E91D4. Grayscale: #7A7A7A. Windows color (decimal): -5149141 or 2846385. OLE color: 2846385.
HSL color Cylindrical-coordinate representation of color #B16E2B: hue angle of 30º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B16E2B is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 110 | 43 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.31 |
| HSL | 30º | 0.61% | 0.43% | - |
| HSV(B) | 30º | 0.76% | 0.69% | - |
| XYZ | 24.14 | 20.67 | 5 | - |
| YUV | 122.4 | 83.2 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 43 | 0 | 0.38 | 0.76 | 0.31 | 30 | 0.61 | 0.43 |
| Hex | B1 | 6E | 2B | 0 | 26 | 4C | 1F | 1E | 3D | 2B |
| Octal | 261 | 156 | 53 | 0 | 46 | 114 | 37 | 36 | 75 | 53 |
| Binary | 10110001 | 1101110 | 101011 | 0 | 100110 | 1001100 | 11111 | 11110 | 111101 | 101011 |
Color Harmonies of #B16E2B
Complementary color
Monochromatic Colors of #B16E2B
Black with #B16E2B
Text Example
Text Example
White with #B16E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16E2B; }
p { color: rgb(177,110,43); }
H1.HeaderClassName
{
color: #B16E2B;
}
.AnyTagClassName
{
color: #B16E2B;
}
</style>
background-color css
<style>
a { background-color: #B16E2B; }
a { background-color: rgb(177,110,43); }
div.DivClassName
{
background-color: #B16E2B;
}
.BgClassName
{
background-color: #B16E2B;
}
</style>
border-color css
<style>
span { border-color: #B16E2B; }
span { border-color: rgb(177,110,43); }
td.TdClassName
{
border-color: #B16E2B;
}
.TagClassName
{
border-color: #B16E2B;
}
</style>