Shades of Reno Sand #B16635
Tints of Reno Sand #B16635
RGB
CMYK
RGB Variations
Color information
#B16635 (or 0xB16635) is known color: Reno Sand. HEX triplet: B1, 66 and 35. RGB value is (177,102,53). Sum of RGB (Red+Green+Blue) = 177+102+53=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B16635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16635 is #4E99CA. Grayscale: #777777. Windows color (decimal): -5151179 or 3499697. OLE color: 3499697.
HSL color Cylindrical-coordinate representation of color #B16635: hue angle of 23.71º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B16635 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 53 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.31 |
| HSL | 23.71º | 0.54% | 0.45% | - |
| HSV(B) | 23.71º | 0.7% | 0.69% | - |
| XYZ | 23.53 | 19.11 | 5.82 | - |
| YUV | 118.84 | 90.85 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 53 | 0 | 0.42 | 0.70 | 0.31 | 23.71 | 0.54 | 0.45 |
| Hex | B1 | 66 | 35 | 0 | 2A | 46 | 1F | 18 | 36 | 2D |
| Octal | 261 | 146 | 65 | 0 | 52 | 106 | 37 | 30 | 66 | 55 |
| Binary | 10110001 | 1100110 | 110101 | 0 | 101010 | 1000110 | 11111 | 11000 | 110110 | 101101 |
Color Harmonies of #B16635
Complementary color
Monochromatic Colors of #B16635
Black with #B16635
Text Example
Text Example
White with #B16635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16635; }
p { color: rgb(177,102,53); }
H1.HeaderClassName
{
color: #B16635;
}
.AnyTagClassName
{
color: #B16635;
}
</style>
background-color css
<style>
a { background-color: #B16635; }
a { background-color: rgb(177,102,53); }
div.DivClassName
{
background-color: #B16635;
}
.BgClassName
{
background-color: #B16635;
}
</style>
border-color css
<style>
span { border-color: #B16635; }
span { border-color: rgb(177,102,53); }
td.TdClassName
{
border-color: #B16635;
}
.TagClassName
{
border-color: #B16635;
}
</style>