Shades of Reno Sand #B67037
Tints of Reno Sand #B67037
RGB
CMYK
RGB Variations
Color information
#B67037 (or 0xB67037) is known color: Reno Sand. HEX triplet: B6, 70 and 37. RGB value is (182,112,55). Sum of RGB (Red+Green+Blue) = 182+112+55=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B67037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67037 is #498FC8. Grayscale: #7E7E7E. Windows color (decimal): -4820937 or 3633334. OLE color: 3633334.
HSL color Cylindrical-coordinate representation of color #B67037: hue angle of 26.93º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B67037 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 112 | 55 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.29 |
| HSL | 26.93º | 0.54% | 0.46% | - |
| HSV(B) | 26.93º | 0.7% | 0.71% | - |
| XYZ | 25.78 | 21.81 | 6.47 | - |
| YUV | 126.43 | 87.69 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 112 | 55 | 0 | 0.38 | 0.70 | 0.29 | 26.93 | 0.54 | 0.46 |
| Hex | B6 | 70 | 37 | 0 | 26 | 46 | 1D | 1B | 36 | 2E |
| Octal | 266 | 160 | 67 | 0 | 46 | 106 | 35 | 33 | 66 | 56 |
| Binary | 10110110 | 1110000 | 110111 | 0 | 100110 | 1000110 | 11101 | 11011 | 110110 | 101110 |
Color Harmonies of #B67037
Complementary color
Monochromatic Colors of #B67037
Black with #B67037
Text Example
Text Example
White with #B67037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67037; }
p { color: rgb(182,112,55); }
H1.HeaderClassName
{
color: #B67037;
}
.AnyTagClassName
{
color: #B67037;
}
</style>
background-color css
<style>
a { background-color: #B67037; }
a { background-color: rgb(182,112,55); }
div.DivClassName
{
background-color: #B67037;
}
.BgClassName
{
background-color: #B67037;
}
</style>
border-color css
<style>
span { border-color: #B67037; }
span { border-color: rgb(182,112,55); }
td.TdClassName
{
border-color: #B67037;
}
.TagClassName
{
border-color: #B67037;
}
</style>