Shades of Reno Sand #B17534
Tints of Reno Sand #B17534
RGB
CMYK
RGB Variations
Color information
#B17534 (or 0xB17534) is known color: Reno Sand. HEX triplet: B1, 75 and 34. RGB value is (177,117,52). Sum of RGB (Red+Green+Blue) = 177+117+52=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B17534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17534 is #4E8ACB. Grayscale: #7F7F7F. Windows color (decimal): -5147340 or 3438001. OLE color: 3438001.
HSL color Cylindrical-coordinate representation of color #B17534: hue angle of 31.2º 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 #B17534 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 52 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.31 |
| HSL | 31.2º | 0.55% | 0.45% | - |
| HSV(B) | 31.2º | 0.71% | 0.69% | - |
| XYZ | 25.11 | 22.32 | 6.23 | - |
| YUV | 127.53 | 85.38 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 52 | 0 | 0.34 | 0.71 | 0.31 | 31.2 | 0.55 | 0.45 |
| Hex | B1 | 75 | 34 | 0 | 22 | 47 | 1F | 1F | 37 | 2D |
| Octal | 261 | 165 | 64 | 0 | 42 | 107 | 37 | 37 | 67 | 55 |
| Binary | 10110001 | 1110101 | 110100 | 0 | 100010 | 1000111 | 11111 | 11111 | 110111 | 101101 |
Color Harmonies of #B17534
Complementary color
Monochromatic Colors of #B17534
Black with #B17534
Text Example
Text Example
White with #B17534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17534; }
p { color: rgb(177,117,52); }
H1.HeaderClassName
{
color: #B17534;
}
.AnyTagClassName
{
color: #B17534;
}
</style>
background-color css
<style>
a { background-color: #B17534; }
a { background-color: rgb(177,117,52); }
div.DivClassName
{
background-color: #B17534;
}
.BgClassName
{
background-color: #B17534;
}
</style>
border-color css
<style>
span { border-color: #B17534; }
span { border-color: rgb(177,117,52); }
td.TdClassName
{
border-color: #B17534;
}
.TagClassName
{
border-color: #B17534;
}
</style>