Shades of Reno Sand #B16C37
Tints of Reno Sand #B16C37
RGB
CMYK
RGB Variations
Color information
#B16C37 (or 0xB16C37) is known color: Reno Sand. HEX triplet: B1, 6C and 37. RGB value is (177,108,55). Sum of RGB (Red+Green+Blue) = 177+108+55=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16C37 is #4E93C8. Grayscale: #7A7A7A. Windows color (decimal): -5149641 or 3632305. OLE color: 3632305.
HSL color Cylindrical-coordinate representation of color #B16C37: hue angle of 26.07º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B16C37 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 108 | 55 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.31 |
| HSL | 26.07º | 0.53% | 0.45% | - |
| HSV(B) | 26.07º | 0.69% | 0.69% | - |
| XYZ | 24.18 | 20.35 | 6.27 | - |
| YUV | 122.59 | 89.86 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 55 | 0 | 0.39 | 0.69 | 0.31 | 26.07 | 0.53 | 0.45 |
| Hex | B1 | 6C | 37 | 0 | 27 | 45 | 1F | 1A | 35 | 2D |
| Octal | 261 | 154 | 67 | 0 | 47 | 105 | 37 | 32 | 65 | 55 |
| Binary | 10110001 | 1101100 | 110111 | 0 | 100111 | 1000101 | 11111 | 11010 | 110101 | 101101 |
Color Harmonies of #B16C37
Complementary color
Monochromatic Colors of #B16C37
Black with #B16C37
Text Example
Text Example
White with #B16C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16C37; }
p { color: rgb(177,108,55); }
H1.HeaderClassName
{
color: #B16C37;
}
.AnyTagClassName
{
color: #B16C37;
}
</style>
background-color css
<style>
a { background-color: #B16C37; }
a { background-color: rgb(177,108,55); }
div.DivClassName
{
background-color: #B16C37;
}
.BgClassName
{
background-color: #B16C37;
}
</style>
border-color css
<style>
span { border-color: #B16C37; }
span { border-color: rgb(177,108,55); }
td.TdClassName
{
border-color: #B16C37;
}
.TagClassName
{
border-color: #B16C37;
}
</style>