Shades of Reno Sand #B16623
Tints of Reno Sand #B16623
RGB
CMYK
RGB Variations
Color information
#B16623 (or 0xB16623) is known color: Reno Sand. HEX triplet: B1, 66 and 23. RGB value is (177,102,35). Sum of RGB (Red+Green+Blue) = 177+102+35=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B16623 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16623 is #4E99DC. Grayscale: #757575. Windows color (decimal): -5151197 or 2320049. OLE color: 2320049.
HSL color Cylindrical-coordinate representation of color #B16623: hue angle of 28.31º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B16623 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 35 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.31 |
| HSL | 28.31º | 0.67% | 0.42% | - |
| HSV(B) | 28.31º | 0.8% | 0.69% | - |
| XYZ | 23.19 | 18.97 | 4.03 | - |
| YUV | 116.79 | 81.85 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 35 | 0 | 0.42 | 0.80 | 0.31 | 28.31 | 0.67 | 0.42 |
| Hex | B1 | 66 | 23 | 0 | 2A | 50 | 1F | 1C | 43 | 2A |
| Octal | 261 | 146 | 43 | 0 | 52 | 120 | 37 | 34 | 103 | 52 |
| Binary | 10110001 | 1100110 | 100011 | 0 | 101010 | 1010000 | 11111 | 11100 | 1000011 | 101010 |
Color Harmonies of #B16623
Complementary color
Monochromatic Colors of #B16623
Black with #B16623
Text Example
Text Example
White with #B16623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16623; }
p { color: rgb(177,102,35); }
H1.HeaderClassName
{
color: #B16623;
}
.AnyTagClassName
{
color: #B16623;
}
</style>
background-color css
<style>
a { background-color: #B16623; }
a { background-color: rgb(177,102,35); }
div.DivClassName
{
background-color: #B16623;
}
.BgClassName
{
background-color: #B16623;
}
</style>
border-color css
<style>
span { border-color: #B16623; }
span { border-color: rgb(177,102,35); }
td.TdClassName
{
border-color: #B16623;
}
.TagClassName
{
border-color: #B16623;
}
</style>