Shades of Reno Sand #B17234
Tints of Reno Sand #B17234
RGB
CMYK
RGB Variations
Color information
#B17234 (or 0xB17234) is known color: Reno Sand. HEX triplet: B1, 72 and 34. RGB value is (177,114,52). Sum of RGB (Red+Green+Blue) = 177+114+52=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B17234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17234 is #4E8DCB. Grayscale: #7E7E7E. Windows color (decimal): -5148108 or 3437233. OLE color: 3437233.
HSL color Cylindrical-coordinate representation of color #B17234: hue angle of 29.76º 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 #B17234 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 52 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.31 |
| HSL | 29.76º | 0.55% | 0.45% | - |
| HSV(B) | 29.76º | 0.71% | 0.69% | - |
| XYZ | 24.77 | 21.63 | 6.12 | - |
| YUV | 125.77 | 86.37 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 52 | 0 | 0.36 | 0.71 | 0.31 | 29.76 | 0.55 | 0.45 |
| Hex | B1 | 72 | 34 | 0 | 24 | 47 | 1F | 1E | 37 | 2D |
| Octal | 261 | 162 | 64 | 0 | 44 | 107 | 37 | 36 | 67 | 55 |
| Binary | 10110001 | 1110010 | 110100 | 0 | 100100 | 1000111 | 11111 | 11110 | 110111 | 101101 |
Color Harmonies of #B17234
Complementary color
Monochromatic Colors of #B17234
Black with #B17234
Text Example
Text Example
White with #B17234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17234; }
p { color: rgb(177,114,52); }
H1.HeaderClassName
{
color: #B17234;
}
.AnyTagClassName
{
color: #B17234;
}
</style>
background-color css
<style>
a { background-color: #B17234; }
a { background-color: rgb(177,114,52); }
div.DivClassName
{
background-color: #B17234;
}
.BgClassName
{
background-color: #B17234;
}
</style>
border-color css
<style>
span { border-color: #B17234; }
span { border-color: rgb(177,114,52); }
td.TdClassName
{
border-color: #B17234;
}
.TagClassName
{
border-color: #B17234;
}
</style>