Shades of Reno Sand #B16E2C
Tints of Reno Sand #B16E2C
RGB
CMYK
RGB Variations
Color information
#B16E2C (or 0xB16E2C) is known color: Reno Sand. HEX triplet: B1, 6E and 2C. RGB value is (177,110,44). Sum of RGB (Red+Green+Blue) = 177+110+44=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16E2C is #4E91D3. Grayscale: #7A7A7A. Windows color (decimal): -5149140 or 2911921. OLE color: 2911921.
HSL color Cylindrical-coordinate representation of color #B16E2C: hue angle of 29.77º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B16E2C is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 110 | 44 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.31 |
| HSL | 29.77º | 0.6% | 0.43% | - |
| HSV(B) | 29.77º | 0.75% | 0.69% | - |
| XYZ | 24.16 | 20.68 | 5.1 | - |
| YUV | 122.51 | 83.7 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 44 | 0 | 0.38 | 0.75 | 0.31 | 29.77 | 0.6 | 0.43 |
| Hex | B1 | 6E | 2C | 0 | 26 | 4B | 1F | 1E | 3C | 2B |
| Octal | 261 | 156 | 54 | 0 | 46 | 113 | 37 | 36 | 74 | 53 |
| Binary | 10110001 | 1101110 | 101100 | 0 | 100110 | 1001011 | 11111 | 11110 | 111100 | 101011 |
Color Harmonies of #B16E2C
Complementary color
Monochromatic Colors of #B16E2C
Black with #B16E2C
Text Example
Text Example
White with #B16E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16E2C; }
p { color: rgb(177,110,44); }
H1.HeaderClassName
{
color: #B16E2C;
}
.AnyTagClassName
{
color: #B16E2C;
}
</style>
background-color css
<style>
a { background-color: #B16E2C; }
a { background-color: rgb(177,110,44); }
div.DivClassName
{
background-color: #B16E2C;
}
.BgClassName
{
background-color: #B16E2C;
}
</style>
border-color css
<style>
span { border-color: #B16E2C; }
span { border-color: rgb(177,110,44); }
td.TdClassName
{
border-color: #B16E2C;
}
.TagClassName
{
border-color: #B16E2C;
}
</style>