Shades of Reno Sand #B57036
Tints of Reno Sand #B57036
RGB
CMYK
RGB Variations
Color information
#B57036 (or 0xB57036) is known color: Reno Sand. HEX triplet: B5, 70 and 36. RGB value is (181,112,54). Sum of RGB (Red+Green+Blue) = 181+112+54=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B57036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57036 is #4A8FC9. Grayscale: #7E7E7E. Windows color (decimal): -4886474 or 3567797. OLE color: 3567797.
HSL color Cylindrical-coordinate representation of color #B57036: hue angle of 27.4º 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 #B57036 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 54 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.29 |
| HSL | 27.4º | 0.54% | 0.46% | - |
| HSV(B) | 27.4º | 0.7% | 0.71% | - |
| XYZ | 25.52 | 21.68 | 6.33 | - |
| YUV | 126.02 | 87.36 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 54 | 0 | 0.38 | 0.70 | 0.29 | 27.4 | 0.54 | 0.46 |
| Hex | B5 | 70 | 36 | 0 | 26 | 46 | 1D | 1B | 36 | 2E |
| Octal | 265 | 160 | 66 | 0 | 46 | 106 | 35 | 33 | 66 | 56 |
| Binary | 10110101 | 1110000 | 110110 | 0 | 100110 | 1000110 | 11101 | 11011 | 110110 | 101110 |
Color Harmonies of #B57036
Complementary color
Monochromatic Colors of #B57036
Black with #B57036
Text Example
Text Example
White with #B57036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57036; }
p { color: rgb(181,112,54); }
H1.HeaderClassName
{
color: #B57036;
}
.AnyTagClassName
{
color: #B57036;
}
</style>
background-color css
<style>
a { background-color: #B57036; }
a { background-color: rgb(181,112,54); }
div.DivClassName
{
background-color: #B57036;
}
.BgClassName
{
background-color: #B57036;
}
</style>
border-color css
<style>
span { border-color: #B57036; }
span { border-color: rgb(181,112,54); }
td.TdClassName
{
border-color: #B57036;
}
.TagClassName
{
border-color: #B57036;
}
</style>