Shades of Reno Sand #B47032
Tints of Reno Sand #B47032
RGB
CMYK
RGB Variations
Color information
#B47032 (or 0xB47032) is known color: Reno Sand. HEX triplet: B4, 70 and 32. RGB value is (180,112,50). Sum of RGB (Red+Green+Blue) = 180+112+50=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B47032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47032 is #4B8FCD. Grayscale: #7D7D7D. Windows color (decimal): -4952014 or 3305652. OLE color: 3305652.
HSL color Cylindrical-coordinate representation of color #B47032: hue angle of 28.62º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B47032 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 112 | 50 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.29 |
| HSL | 28.62º | 0.57% | 0.45% | - |
| HSV(B) | 28.62º | 0.72% | 0.71% | - |
| XYZ | 25.19 | 21.52 | 5.84 | - |
| YUV | 125.26 | 85.53 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 50 | 0 | 0.38 | 0.72 | 0.29 | 28.62 | 0.57 | 0.45 |
| Hex | B4 | 70 | 32 | 0 | 26 | 48 | 1D | 1D | 39 | 2D |
| Octal | 264 | 160 | 62 | 0 | 46 | 110 | 35 | 35 | 71 | 55 |
| Binary | 10110100 | 1110000 | 110010 | 0 | 100110 | 1001000 | 11101 | 11101 | 111001 | 101101 |
Color Harmonies of #B47032
Complementary color
Monochromatic Colors of #B47032
Black with #B47032
Text Example
Text Example
White with #B47032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47032; }
p { color: rgb(180,112,50); }
H1.HeaderClassName
{
color: #B47032;
}
.AnyTagClassName
{
color: #B47032;
}
</style>
background-color css
<style>
a { background-color: #B47032; }
a { background-color: rgb(180,112,50); }
div.DivClassName
{
background-color: #B47032;
}
.BgClassName
{
background-color: #B47032;
}
</style>
border-color css
<style>
span { border-color: #B47032; }
span { border-color: rgb(180,112,50); }
td.TdClassName
{
border-color: #B47032;
}
.TagClassName
{
border-color: #B47032;
}
</style>