Shades of Reno Sand #B17033
Tints of Reno Sand #B17033
RGB
CMYK
RGB Variations
Color information
#B17033 (or 0xB17033) is known color: Reno Sand. HEX triplet: B1, 70 and 33. RGB value is (177,112,51). Sum of RGB (Red+Green+Blue) = 177+112+51=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B17033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17033 is #4E8FCC. Grayscale: #7C7C7C. Windows color (decimal): -5148621 or 3371185. OLE color: 3371185.
HSL color Cylindrical-coordinate representation of color #B17033: hue angle of 29.05º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B17033 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 51 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.31 |
| HSL | 29.05º | 0.55% | 0.45% | - |
| HSV(B) | 29.05º | 0.71% | 0.69% | - |
| XYZ | 24.52 | 21.17 | 5.93 | - |
| YUV | 124.48 | 86.53 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 51 | 0 | 0.37 | 0.71 | 0.31 | 29.05 | 0.55 | 0.45 |
| Hex | B1 | 70 | 33 | 0 | 25 | 47 | 1F | 1D | 37 | 2D |
| Octal | 261 | 160 | 63 | 0 | 45 | 107 | 37 | 35 | 67 | 55 |
| Binary | 10110001 | 1110000 | 110011 | 0 | 100101 | 1000111 | 11111 | 11101 | 110111 | 101101 |
Color Harmonies of #B17033
Complementary color
Monochromatic Colors of #B17033
Black with #B17033
Text Example
Text Example
White with #B17033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17033; }
p { color: rgb(177,112,51); }
H1.HeaderClassName
{
color: #B17033;
}
.AnyTagClassName
{
color: #B17033;
}
</style>
background-color css
<style>
a { background-color: #B17033; }
a { background-color: rgb(177,112,51); }
div.DivClassName
{
background-color: #B17033;
}
.BgClassName
{
background-color: #B17033;
}
</style>
border-color css
<style>
span { border-color: #B17033; }
span { border-color: rgb(177,112,51); }
td.TdClassName
{
border-color: #B17033;
}
.TagClassName
{
border-color: #B17033;
}
</style>