Shades of Reno Sand #B87137
Tints of Reno Sand #B87137
RGB
CMYK
RGB Variations
Color information
#B87137 (or 0xB87137) is known color: Reno Sand. HEX triplet: B8, 71 and 37. RGB value is (184,113,55). Sum of RGB (Red+Green+Blue) = 184+113+55=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B87137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87137 is #478EC8. Grayscale: #7F7F7F. Windows color (decimal): -4689609 or 3633592. OLE color: 3633592.
HSL color Cylindrical-coordinate representation of color #B87137: hue angle of 26.98º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B87137 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 113 | 55 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.28 |
| HSL | 26.98º | 0.54% | 0.47% | - |
| HSV(B) | 26.98º | 0.7% | 0.72% | - |
| XYZ | 26.36 | 22.28 | 6.52 | - |
| YUV | 127.62 | 87.02 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 55 | 0 | 0.39 | 0.70 | 0.28 | 26.98 | 0.54 | 0.47 |
| Hex | B8 | 71 | 37 | 0 | 27 | 46 | 1C | 1B | 36 | 2F |
| Octal | 270 | 161 | 67 | 0 | 47 | 106 | 34 | 33 | 66 | 57 |
| Binary | 10111000 | 1110001 | 110111 | 0 | 100111 | 1000110 | 11100 | 11011 | 110110 | 101111 |
Color Harmonies of #B87137
Complementary color
Monochromatic Colors of #B87137
Black with #B87137
Text Example
Text Example
White with #B87137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87137; }
p { color: rgb(184,113,55); }
H1.HeaderClassName
{
color: #B87137;
}
.AnyTagClassName
{
color: #B87137;
}
</style>
background-color css
<style>
a { background-color: #B87137; }
a { background-color: rgb(184,113,55); }
div.DivClassName
{
background-color: #B87137;
}
.BgClassName
{
background-color: #B87137;
}
</style>
border-color css
<style>
span { border-color: #B87137; }
span { border-color: rgb(184,113,55); }
td.TdClassName
{
border-color: #B87137;
}
.TagClassName
{
border-color: #B87137;
}
</style>