Shades of Reno Sand #B17032
Tints of Reno Sand #B17032
RGB
CMYK
RGB Variations
Color information
#B17032 (or 0xB17032) is known color: Reno Sand. HEX triplet: B1, 70 and 32. RGB value is (177,112,50). Sum of RGB (Red+Green+Blue) = 177+112+50=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B17032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17032 is #4E8FCD. Grayscale: #7C7C7C. Windows color (decimal): -5148622 or 3305649. OLE color: 3305649.
HSL color Cylindrical-coordinate representation of color #B17032: hue angle of 29.29º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B17032 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 50 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.31 |
| HSL | 29.29º | 0.56% | 0.45% | - |
| HSV(B) | 29.29º | 0.72% | 0.69% | - |
| XYZ | 24.5 | 21.17 | 5.81 | - |
| YUV | 124.37 | 86.03 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 50 | 0 | 0.37 | 0.72 | 0.31 | 29.29 | 0.56 | 0.45 |
| Hex | B1 | 70 | 32 | 0 | 25 | 48 | 1F | 1D | 38 | 2D |
| Octal | 261 | 160 | 62 | 0 | 45 | 110 | 37 | 35 | 70 | 55 |
| Binary | 10110001 | 1110000 | 110010 | 0 | 100101 | 1001000 | 11111 | 11101 | 111000 | 101101 |
Color Harmonies of #B17032
Complementary color
Monochromatic Colors of #B17032
Black with #B17032
Text Example
Text Example
White with #B17032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17032; }
p { color: rgb(177,112,50); }
H1.HeaderClassName
{
color: #B17032;
}
.AnyTagClassName
{
color: #B17032;
}
</style>
background-color css
<style>
a { background-color: #B17032; }
a { background-color: rgb(177,112,50); }
div.DivClassName
{
background-color: #B17032;
}
.BgClassName
{
background-color: #B17032;
}
</style>
border-color css
<style>
span { border-color: #B17032; }
span { border-color: rgb(177,112,50); }
td.TdClassName
{
border-color: #B17032;
}
.TagClassName
{
border-color: #B17032;
}
</style>