Shades of Reno Sand #B37138
Tints of Reno Sand #B37138
RGB
CMYK
RGB Variations
Color information
#B37138 (or 0xB37138) is known color: Reno Sand. HEX triplet: B3, 71 and 38. RGB value is (179,113,56). Sum of RGB (Red+Green+Blue) = 179+113+56=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B37138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37138 is #4C8EC7. Grayscale: #7E7E7E. Windows color (decimal): -5017288 or 3699123. OLE color: 3699123.
HSL color Cylindrical-coordinate representation of color #B37138: hue angle of 27.8º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B37138 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 113 | 56 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.30 |
| HSL | 27.8º | 0.52% | 0.46% | - |
| HSV(B) | 27.8º | 0.69% | 0.7% | - |
| XYZ | 25.21 | 21.68 | 6.6 | - |
| YUV | 126.24 | 88.37 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 56 | 0 | 0.37 | 0.69 | 0.30 | 27.8 | 0.52 | 0.46 |
| Hex | B3 | 71 | 38 | 0 | 25 | 45 | 1E | 1C | 34 | 2E |
| Octal | 263 | 161 | 70 | 0 | 45 | 105 | 36 | 34 | 64 | 56 |
| Binary | 10110011 | 1110001 | 111000 | 0 | 100101 | 1000101 | 11110 | 11100 | 110100 | 101110 |
Color Harmonies of #B37138
Complementary color
Monochromatic Colors of #B37138
Black with #B37138
Text Example
Text Example
White with #B37138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37138; }
p { color: rgb(179,113,56); }
H1.HeaderClassName
{
color: #B37138;
}
.AnyTagClassName
{
color: #B37138;
}
</style>
background-color css
<style>
a { background-color: #B37138; }
a { background-color: rgb(179,113,56); }
div.DivClassName
{
background-color: #B37138;
}
.BgClassName
{
background-color: #B37138;
}
</style>
border-color css
<style>
span { border-color: #B37138; }
span { border-color: rgb(179,113,56); }
td.TdClassName
{
border-color: #B37138;
}
.TagClassName
{
border-color: #B37138;
}
</style>