Shades of Reno Sand #B16A31
Tints of Reno Sand #B16A31
RGB
CMYK
RGB Variations
Color information
#B16A31 (or 0xB16A31) is known color: Reno Sand. HEX triplet: B1, 6A and 31. RGB value is (177,106,49). Sum of RGB (Red+Green+Blue) = 177+106+49=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16A31 is #4E95CE. Grayscale: #797979. Windows color (decimal): -5150159 or 3238577. OLE color: 3238577.
HSL color Cylindrical-coordinate representation of color #B16A31: hue angle of 26.72º 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 #B16A31 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 106 | 49 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.31 |
| HSL | 26.72º | 0.57% | 0.44% | - |
| HSV(B) | 26.72º | 0.72% | 0.69% | - |
| XYZ | 23.84 | 19.88 | 5.49 | - |
| YUV | 120.73 | 87.52 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 49 | 0 | 0.40 | 0.72 | 0.31 | 26.72 | 0.57 | 0.44 |
| Hex | B1 | 6A | 31 | 0 | 28 | 48 | 1F | 1B | 39 | 2C |
| Octal | 261 | 152 | 61 | 0 | 50 | 110 | 37 | 33 | 71 | 54 |
| Binary | 10110001 | 1101010 | 110001 | 0 | 101000 | 1001000 | 11111 | 11011 | 111001 | 101100 |
Color Harmonies of #B16A31
Complementary color
Monochromatic Colors of #B16A31
Black with #B16A31
Text Example
Text Example
White with #B16A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16A31; }
p { color: rgb(177,106,49); }
H1.HeaderClassName
{
color: #B16A31;
}
.AnyTagClassName
{
color: #B16A31;
}
</style>
background-color css
<style>
a { background-color: #B16A31; }
a { background-color: rgb(177,106,49); }
div.DivClassName
{
background-color: #B16A31;
}
.BgClassName
{
background-color: #B16A31;
}
</style>
border-color css
<style>
span { border-color: #B16A31; }
span { border-color: rgb(177,106,49); }
td.TdClassName
{
border-color: #B16A31;
}
.TagClassName
{
border-color: #B16A31;
}
</style>