Shades of Reno Sand #B77136
Tints of Reno Sand #B77136
RGB
CMYK
RGB Variations
Color information
#B77136 (or 0xB77136) is known color: Reno Sand. HEX triplet: B7, 71 and 36. RGB value is (183,113,54). Sum of RGB (Red+Green+Blue) = 183+113+54=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B77136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77136 is #488EC9. Grayscale: #7F7F7F. Windows color (decimal): -4755146 or 3568055. OLE color: 3568055.
HSL color Cylindrical-coordinate representation of color #B77136: hue angle of 27.44º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B77136 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 113 | 54 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.28 |
| HSL | 27.44º | 0.54% | 0.46% | - |
| HSV(B) | 27.44º | 0.7% | 0.72% | - |
| XYZ | 26.1 | 22.14 | 6.39 | - |
| YUV | 127.2 | 86.69 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 54 | 0 | 0.38 | 0.70 | 0.28 | 27.44 | 0.54 | 0.46 |
| Hex | B7 | 71 | 36 | 0 | 26 | 46 | 1C | 1B | 36 | 2E |
| Octal | 267 | 161 | 66 | 0 | 46 | 106 | 34 | 33 | 66 | 56 |
| Binary | 10110111 | 1110001 | 110110 | 0 | 100110 | 1000110 | 11100 | 11011 | 110110 | 101110 |
Color Harmonies of #B77136
Complementary color
Monochromatic Colors of #B77136
Black with #B77136
Text Example
Text Example
White with #B77136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77136; }
p { color: rgb(183,113,54); }
H1.HeaderClassName
{
color: #B77136;
}
.AnyTagClassName
{
color: #B77136;
}
</style>
background-color css
<style>
a { background-color: #B77136; }
a { background-color: rgb(183,113,54); }
div.DivClassName
{
background-color: #B77136;
}
.BgClassName
{
background-color: #B77136;
}
</style>
border-color css
<style>
span { border-color: #B77136; }
span { border-color: rgb(183,113,54); }
td.TdClassName
{
border-color: #B77136;
}
.TagClassName
{
border-color: #B77136;
}
</style>