Shades of Reno Sand #B16E2D
Tints of Reno Sand #B16E2D
RGB
CMYK
RGB Variations
Color information
#B16E2D (or 0xB16E2D) is known color: Reno Sand. HEX triplet: B1, 6E and 2D. RGB value is (177,110,45). Sum of RGB (Red+Green+Blue) = 177+110+45=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16E2D is #4E91D2. Grayscale: #7A7A7A. Windows color (decimal): -5149139 or 2977457. OLE color: 2977457.
HSL color Cylindrical-coordinate representation of color #B16E2D: hue angle of 29.55º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B16E2D is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 110 | 45 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.31 |
| HSL | 29.55º | 0.59% | 0.44% | - |
| HSV(B) | 29.55º | 0.75% | 0.69% | - |
| XYZ | 24.18 | 20.69 | 5.2 | - |
| YUV | 122.62 | 84.2 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 45 | 0 | 0.38 | 0.75 | 0.31 | 29.55 | 0.59 | 0.44 |
| Hex | B1 | 6E | 2D | 0 | 26 | 4B | 1F | 1E | 3B | 2C |
| Octal | 261 | 156 | 55 | 0 | 46 | 113 | 37 | 36 | 73 | 54 |
| Binary | 10110001 | 1101110 | 101101 | 0 | 100110 | 1001011 | 11111 | 11110 | 111011 | 101100 |
Color Harmonies of #B16E2D
Complementary color
Monochromatic Colors of #B16E2D
Black with #B16E2D
Text Example
Text Example
White with #B16E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16E2D; }
p { color: rgb(177,110,45); }
H1.HeaderClassName
{
color: #B16E2D;
}
.AnyTagClassName
{
color: #B16E2D;
}
</style>
background-color css
<style>
a { background-color: #B16E2D; }
a { background-color: rgb(177,110,45); }
div.DivClassName
{
background-color: #B16E2D;
}
.BgClassName
{
background-color: #B16E2D;
}
</style>
border-color css
<style>
span { border-color: #B16E2D; }
span { border-color: rgb(177,110,45); }
td.TdClassName
{
border-color: #B16E2D;
}
.TagClassName
{
border-color: #B16E2D;
}
</style>