Shades of Reno Sand #B16831
Tints of Reno Sand #B16831
RGB
CMYK
RGB Variations
Color information
#B16831 (or 0xB16831) is known color: Reno Sand. HEX triplet: B1, 68 and 31. RGB value is (177,104,49). Sum of RGB (Red+Green+Blue) = 177+104+49=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B16831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16831 is #4E97CE. Grayscale: #777777. Windows color (decimal): -5150671 or 3238065. OLE color: 3238065.
HSL color Cylindrical-coordinate representation of color #B16831: hue angle of 25.78º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B16831 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 49 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.31 |
| HSL | 25.78º | 0.57% | 0.44% | - |
| HSV(B) | 25.78º | 0.72% | 0.69% | - |
| XYZ | 23.64 | 19.47 | 5.42 | - |
| YUV | 119.56 | 88.18 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 49 | 0 | 0.41 | 0.72 | 0.31 | 25.78 | 0.57 | 0.44 |
| Hex | B1 | 68 | 31 | 0 | 29 | 48 | 1F | 1A | 39 | 2C |
| Octal | 261 | 150 | 61 | 0 | 51 | 110 | 37 | 32 | 71 | 54 |
| Binary | 10110001 | 1101000 | 110001 | 0 | 101001 | 1001000 | 11111 | 11010 | 111001 | 101100 |
Color Harmonies of #B16831
Complementary color
Monochromatic Colors of #B16831
Black with #B16831
Text Example
Text Example
White with #B16831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16831; }
p { color: rgb(177,104,49); }
H1.HeaderClassName
{
color: #B16831;
}
.AnyTagClassName
{
color: #B16831;
}
</style>
background-color css
<style>
a { background-color: #B16831; }
a { background-color: rgb(177,104,49); }
div.DivClassName
{
background-color: #B16831;
}
.BgClassName
{
background-color: #B16831;
}
</style>
border-color css
<style>
span { border-color: #B16831; }
span { border-color: rgb(177,104,49); }
td.TdClassName
{
border-color: #B16831;
}
.TagClassName
{
border-color: #B16831;
}
</style>