Shades of Reno Sand #B16B31
Tints of Reno Sand #B16B31
RGB
CMYK
RGB Variations
Color information
#B16B31 (or 0xB16B31) is known color: Reno Sand. HEX triplet: B1, 6B and 31. RGB value is (177,107,49). Sum of RGB (Red+Green+Blue) = 177+107+49=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16B31 is #4E94CE. Grayscale: #797979. Windows color (decimal): -5149903 or 3238833. OLE color: 3238833.
HSL color Cylindrical-coordinate representation of color #B16B31: hue angle of 27.19º 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 #B16B31 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 107 | 49 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.31 |
| HSL | 27.19º | 0.57% | 0.44% | - |
| HSV(B) | 27.19º | 0.72% | 0.69% | - |
| XYZ | 23.94 | 20.08 | 5.52 | - |
| YUV | 121.32 | 87.19 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 49 | 0 | 0.40 | 0.72 | 0.31 | 27.19 | 0.57 | 0.44 |
| Hex | B1 | 6B | 31 | 0 | 28 | 48 | 1F | 1B | 39 | 2C |
| Octal | 261 | 153 | 61 | 0 | 50 | 110 | 37 | 33 | 71 | 54 |
| Binary | 10110001 | 1101011 | 110001 | 0 | 101000 | 1001000 | 11111 | 11011 | 111001 | 101100 |
Color Harmonies of #B16B31
Complementary color
Monochromatic Colors of #B16B31
Black with #B16B31
Text Example
Text Example
White with #B16B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16B31; }
p { color: rgb(177,107,49); }
H1.HeaderClassName
{
color: #B16B31;
}
.AnyTagClassName
{
color: #B16B31;
}
</style>
background-color css
<style>
a { background-color: #B16B31; }
a { background-color: rgb(177,107,49); }
div.DivClassName
{
background-color: #B16B31;
}
.BgClassName
{
background-color: #B16B31;
}
</style>
border-color css
<style>
span { border-color: #B16B31; }
span { border-color: rgb(177,107,49); }
td.TdClassName
{
border-color: #B16B31;
}
.TagClassName
{
border-color: #B16B31;
}
</style>