Shades of Reno Sand #B1702E
Tints of Reno Sand #B1702E
RGB
CMYK
RGB Variations
Color information
#B1702E (or 0xB1702E) is known color: Reno Sand. HEX triplet: B1, 70 and 2E. RGB value is (177,112,46). Sum of RGB (Red+Green+Blue) = 177+112+46=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B1702E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1702E is #4E8FD1. Grayscale: #7C7C7C. Windows color (decimal): -5148626 or 3043505. OLE color: 3043505.
HSL color Cylindrical-coordinate representation of color #B1702E: hue angle of 30.23º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B1702E is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 46 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.31 |
| HSL | 30.23º | 0.59% | 0.44% | - |
| HSV(B) | 30.23º | 0.74% | 0.69% | - |
| XYZ | 24.42 | 21.13 | 5.38 | - |
| YUV | 123.91 | 84.03 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 46 | 0 | 0.37 | 0.74 | 0.31 | 30.23 | 0.59 | 0.44 |
| Hex | B1 | 70 | 2E | 0 | 25 | 4A | 1F | 1E | 3B | 2C |
| Octal | 261 | 160 | 56 | 0 | 45 | 112 | 37 | 36 | 73 | 54 |
| Binary | 10110001 | 1110000 | 101110 | 0 | 100101 | 1001010 | 11111 | 11110 | 111011 | 101100 |
Color Harmonies of #B1702E
Complementary color
Monochromatic Colors of #B1702E
Black with #B1702E
Text Example
Text Example
White with #B1702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1702E; }
p { color: rgb(177,112,46); }
H1.HeaderClassName
{
color: #B1702E;
}
.AnyTagClassName
{
color: #B1702E;
}
</style>
background-color css
<style>
a { background-color: #B1702E; }
a { background-color: rgb(177,112,46); }
div.DivClassName
{
background-color: #B1702E;
}
.BgClassName
{
background-color: #B1702E;
}
</style>
border-color css
<style>
span { border-color: #B1702E; }
span { border-color: rgb(177,112,46); }
td.TdClassName
{
border-color: #B1702E;
}
.TagClassName
{
border-color: #B1702E;
}
</style>