Shades of Reno Sand #B87138
Tints of Reno Sand #B87138
RGB
CMYK
RGB Variations
Color information
#B87138 (or 0xB87138) is known color: Reno Sand. HEX triplet: B8, 71 and 38. RGB value is (184,113,56). Sum of RGB (Red+Green+Blue) = 184+113+56=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B87138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87138 is #478EC7. Grayscale: #808080. Windows color (decimal): -4689608 or 3699128. OLE color: 3699128.
HSL color Cylindrical-coordinate representation of color #B87138: hue angle of 26.72º degrees, saturation: 0.53, 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 #B87138 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 113 | 56 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.28 |
| HSL | 26.72º | 0.53% | 0.47% | - |
| HSV(B) | 26.72º | 0.7% | 0.72% | - |
| XYZ | 26.39 | 22.29 | 6.65 | - |
| YUV | 127.73 | 87.52 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 56 | 0 | 0.39 | 0.70 | 0.28 | 26.72 | 0.53 | 0.47 |
| Hex | B8 | 71 | 38 | 0 | 27 | 46 | 1C | 1B | 35 | 2F |
| Octal | 270 | 161 | 70 | 0 | 47 | 106 | 34 | 33 | 65 | 57 |
| Binary | 10111000 | 1110001 | 111000 | 0 | 100111 | 1000110 | 11100 | 11011 | 110101 | 101111 |
Color Harmonies of #B87138
Complementary color
Monochromatic Colors of #B87138
Black with #B87138
Text Example
Text Example
White with #B87138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87138; }
p { color: rgb(184,113,56); }
H1.HeaderClassName
{
color: #B87138;
}
.AnyTagClassName
{
color: #B87138;
}
</style>
background-color css
<style>
a { background-color: #B87138; }
a { background-color: rgb(184,113,56); }
div.DivClassName
{
background-color: #B87138;
}
.BgClassName
{
background-color: #B87138;
}
</style>
border-color css
<style>
span { border-color: #B87138; }
span { border-color: rgb(184,113,56); }
td.TdClassName
{
border-color: #B87138;
}
.TagClassName
{
border-color: #B87138;
}
</style>