Shades of Reno Sand #B17435
Tints of Reno Sand #B17435
RGB
CMYK
RGB Variations
Color information
#B17435 (or 0xB17435) is known color: Reno Sand. HEX triplet: B1, 74 and 35. RGB value is (177,116,53). Sum of RGB (Red+Green+Blue) = 177+116+53=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B17435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17435 is #4E8BCA. Grayscale: #7F7F7F. Windows color (decimal): -5147595 or 3503281. OLE color: 3503281.
HSL color Cylindrical-coordinate representation of color #B17435: hue angle of 30.48º 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 #B17435 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 53 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.31 |
| HSL | 30.48º | 0.54% | 0.45% | - |
| HSV(B) | 30.48º | 0.7% | 0.69% | - |
| XYZ | 25.02 | 22.09 | 6.31 | - |
| YUV | 127.06 | 86.21 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 53 | 0 | 0.34 | 0.70 | 0.31 | 30.48 | 0.54 | 0.45 |
| Hex | B1 | 74 | 35 | 0 | 22 | 46 | 1F | 1E | 36 | 2D |
| Octal | 261 | 164 | 65 | 0 | 42 | 106 | 37 | 36 | 66 | 55 |
| Binary | 10110001 | 1110100 | 110101 | 0 | 100010 | 1000110 | 11111 | 11110 | 110110 | 101101 |
Color Harmonies of #B17435
Complementary color
Monochromatic Colors of #B17435
Black with #B17435
Text Example
Text Example
White with #B17435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17435; }
p { color: rgb(177,116,53); }
H1.HeaderClassName
{
color: #B17435;
}
.AnyTagClassName
{
color: #B17435;
}
</style>
background-color css
<style>
a { background-color: #B17435; }
a { background-color: rgb(177,116,53); }
div.DivClassName
{
background-color: #B17435;
}
.BgClassName
{
background-color: #B17435;
}
</style>
border-color css
<style>
span { border-color: #B17435; }
span { border-color: rgb(177,116,53); }
td.TdClassName
{
border-color: #B17435;
}
.TagClassName
{
border-color: #B17435;
}
</style>