Shades of Reno Sand #B16729
Tints of Reno Sand #B16729
RGB
CMYK
RGB Variations
Color information
#B16729 (or 0xB16729) is known color: Reno Sand. HEX triplet: B1, 67 and 29. RGB value is (177,103,41). Sum of RGB (Red+Green+Blue) = 177+103+41=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B16729 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16729 is #4E98D6. Grayscale: #767676. Windows color (decimal): -5150935 or 2713521. OLE color: 2713521.
HSL color Cylindrical-coordinate representation of color #B16729: hue angle of 27.35º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B16729 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 41 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.31 |
| HSL | 27.35º | 0.62% | 0.43% | - |
| HSV(B) | 27.35º | 0.77% | 0.69% | - |
| XYZ | 23.38 | 19.21 | 4.57 | - |
| YUV | 118.06 | 84.52 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 41 | 0 | 0.42 | 0.77 | 0.31 | 27.35 | 0.62 | 0.43 |
| Hex | B1 | 67 | 29 | 0 | 2A | 4D | 1F | 1B | 3E | 2B |
| Octal | 261 | 147 | 51 | 0 | 52 | 115 | 37 | 33 | 76 | 53 |
| Binary | 10110001 | 1100111 | 101001 | 0 | 101010 | 1001101 | 11111 | 11011 | 111110 | 101011 |
Color Harmonies of #B16729
Complementary color
Monochromatic Colors of #B16729
Black with #B16729
Text Example
Text Example
White with #B16729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16729; }
p { color: rgb(177,103,41); }
H1.HeaderClassName
{
color: #B16729;
}
.AnyTagClassName
{
color: #B16729;
}
</style>
background-color css
<style>
a { background-color: #B16729; }
a { background-color: rgb(177,103,41); }
div.DivClassName
{
background-color: #B16729;
}
.BgClassName
{
background-color: #B16729;
}
</style>
border-color css
<style>
span { border-color: #B16729; }
span { border-color: rgb(177,103,41); }
td.TdClassName
{
border-color: #B16729;
}
.TagClassName
{
border-color: #B16729;
}
</style>