Shades of Reno Sand #B16522
Tints of Reno Sand #B16522
RGB
CMYK
RGB Variations
Color information
#B16522 (or 0xB16522) is known color: Reno Sand. HEX triplet: B1, 65 and 22. RGB value is (177,101,34). Sum of RGB (Red+Green+Blue) = 177+101+34=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B16522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16522 is #4E9ADD. Grayscale: #747474. Windows color (decimal): -5151454 or 2254257. OLE color: 2254257.
HSL color Cylindrical-coordinate representation of color #B16522: hue angle of 28.11º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B16522 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 34 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.31 |
| HSL | 28.11º | 0.68% | 0.41% | - |
| HSV(B) | 28.11º | 0.81% | 0.69% | - |
| XYZ | 23.07 | 18.77 | 3.92 | - |
| YUV | 116.09 | 81.68 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 34 | 0 | 0.43 | 0.81 | 0.31 | 28.11 | 0.68 | 0.41 |
| Hex | B1 | 65 | 22 | 0 | 2B | 51 | 1F | 1C | 44 | 29 |
| Octal | 261 | 145 | 42 | 0 | 53 | 121 | 37 | 34 | 104 | 51 |
| Binary | 10110001 | 1100101 | 100010 | 0 | 101011 | 1010001 | 11111 | 11100 | 1000100 | 101001 |
Color Harmonies of #B16522
Complementary color
Monochromatic Colors of #B16522
Black with #B16522
Text Example
Text Example
White with #B16522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16522; }
p { color: rgb(177,101,34); }
H1.HeaderClassName
{
color: #B16522;
}
.AnyTagClassName
{
color: #B16522;
}
</style>
background-color css
<style>
a { background-color: #B16522; }
a { background-color: rgb(177,101,34); }
div.DivClassName
{
background-color: #B16522;
}
.BgClassName
{
background-color: #B16522;
}
</style>
border-color css
<style>
span { border-color: #B16522; }
span { border-color: rgb(177,101,34); }
td.TdClassName
{
border-color: #B16522;
}
.TagClassName
{
border-color: #B16522;
}
</style>