Shades of Reno Sand #B16C2D
Tints of Reno Sand #B16C2D
RGB
CMYK
RGB Variations
Color information
#B16C2D (or 0xB16C2D) is known color: Reno Sand. HEX triplet: B1, 6C and 2D. RGB value is (177,108,45). Sum of RGB (Red+Green+Blue) = 177+108+45=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16C2D is #4E93D2. Grayscale: #797979. Windows color (decimal): -5149651 or 2976945. OLE color: 2976945.
HSL color Cylindrical-coordinate representation of color #B16C2D: hue angle of 28.64º 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 #B16C2D is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 108 | 45 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.31 |
| HSL | 28.64º | 0.59% | 0.44% | - |
| HSV(B) | 28.64º | 0.75% | 0.69% | - |
| XYZ | 23.97 | 20.26 | 5.13 | - |
| YUV | 121.45 | 84.86 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 45 | 0 | 0.39 | 0.75 | 0.31 | 28.64 | 0.59 | 0.44 |
| Hex | B1 | 6C | 2D | 0 | 27 | 4B | 1F | 1D | 3B | 2C |
| Octal | 261 | 154 | 55 | 0 | 47 | 113 | 37 | 35 | 73 | 54 |
| Binary | 10110001 | 1101100 | 101101 | 0 | 100111 | 1001011 | 11111 | 11101 | 111011 | 101100 |
Color Harmonies of #B16C2D
Complementary color
Monochromatic Colors of #B16C2D
Black with #B16C2D
Text Example
Text Example
White with #B16C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16C2D; }
p { color: rgb(177,108,45); }
H1.HeaderClassName
{
color: #B16C2D;
}
.AnyTagClassName
{
color: #B16C2D;
}
</style>
background-color css
<style>
a { background-color: #B16C2D; }
a { background-color: rgb(177,108,45); }
div.DivClassName
{
background-color: #B16C2D;
}
.BgClassName
{
background-color: #B16C2D;
}
</style>
border-color css
<style>
span { border-color: #B16C2D; }
span { border-color: rgb(177,108,45); }
td.TdClassName
{
border-color: #B16C2D;
}
.TagClassName
{
border-color: #B16C2D;
}
</style>