Shades of Reno Sand #B37336
Tints of Reno Sand #B37336
RGB
CMYK
RGB Variations
Color information
#B37336 (or 0xB37336) is known color: Reno Sand. HEX triplet: B3, 73 and 36. RGB value is (179,115,54). Sum of RGB (Red+Green+Blue) = 179+115+54=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B37336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37336 is #4C8CC9. Grayscale: #7F7F7F. Windows color (decimal): -5016778 or 3568563. OLE color: 3568563.
HSL color Cylindrical-coordinate representation of color #B37336: hue angle of 29.28º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B37336 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 115 | 54 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.30 |
| HSL | 29.28º | 0.54% | 0.46% | - |
| HSV(B) | 29.28º | 0.7% | 0.7% | - |
| XYZ | 25.39 | 22.11 | 6.42 | - |
| YUV | 127.18 | 86.7 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 54 | 0 | 0.36 | 0.70 | 0.30 | 29.28 | 0.54 | 0.46 |
| Hex | B3 | 73 | 36 | 0 | 24 | 46 | 1E | 1D | 36 | 2E |
| Octal | 263 | 163 | 66 | 0 | 44 | 106 | 36 | 35 | 66 | 56 |
| Binary | 10110011 | 1110011 | 110110 | 0 | 100100 | 1000110 | 11110 | 11101 | 110110 | 101110 |
Color Harmonies of #B37336
Complementary color
Monochromatic Colors of #B37336
Black with #B37336
Text Example
Text Example
White with #B37336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37336; }
p { color: rgb(179,115,54); }
H1.HeaderClassName
{
color: #B37336;
}
.AnyTagClassName
{
color: #B37336;
}
</style>
background-color css
<style>
a { background-color: #B37336; }
a { background-color: rgb(179,115,54); }
div.DivClassName
{
background-color: #B37336;
}
.BgClassName
{
background-color: #B37336;
}
</style>
border-color css
<style>
span { border-color: #B37336; }
span { border-color: rgb(179,115,54); }
td.TdClassName
{
border-color: #B37336;
}
.TagClassName
{
border-color: #B37336;
}
</style>