Shades of Reno Sand #B1712B
Tints of Reno Sand #B1712B
RGB
CMYK
RGB Variations
Color information
#B1712B (or 0xB1712B) is known color: Reno Sand. HEX triplet: B1, 71 and 2B. RGB value is (177,113,43). Sum of RGB (Red+Green+Blue) = 177+113+43=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B1712B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1712B is #4E8ED4. Grayscale: #7C7C7C. Windows color (decimal): -5148373 or 2847153. OLE color: 2847153.
HSL color Cylindrical-coordinate representation of color #B1712B: hue angle of 31.34º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B1712B is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 113 | 43 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.31 |
| HSL | 31.34º | 0.61% | 0.43% | - |
| HSV(B) | 31.34º | 0.76% | 0.69% | - |
| XYZ | 24.47 | 21.33 | 5.11 | - |
| YUV | 124.16 | 82.2 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 43 | 0 | 0.36 | 0.76 | 0.31 | 31.34 | 0.61 | 0.43 |
| Hex | B1 | 71 | 2B | 0 | 24 | 4C | 1F | 1F | 3D | 2B |
| Octal | 261 | 161 | 53 | 0 | 44 | 114 | 37 | 37 | 75 | 53 |
| Binary | 10110001 | 1110001 | 101011 | 0 | 100100 | 1001100 | 11111 | 11111 | 111101 | 101011 |
Color Harmonies of #B1712B
Complementary color
Monochromatic Colors of #B1712B
Black with #B1712B
Text Example
Text Example
White with #B1712B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1712B; }
p { color: rgb(177,113,43); }
H1.HeaderClassName
{
color: #B1712B;
}
.AnyTagClassName
{
color: #B1712B;
}
</style>
background-color css
<style>
a { background-color: #B1712B; }
a { background-color: rgb(177,113,43); }
div.DivClassName
{
background-color: #B1712B;
}
.BgClassName
{
background-color: #B1712B;
}
</style>
border-color css
<style>
span { border-color: #B1712B; }
span { border-color: rgb(177,113,43); }
td.TdClassName
{
border-color: #B1712B;
}
.TagClassName
{
border-color: #B1712B;
}
</style>