Shades of Reno Sand #B16A2B
Tints of Reno Sand #B16A2B
RGB
CMYK
RGB Variations
Color information
#B16A2B (or 0xB16A2B) is known color: Reno Sand. HEX triplet: B1, 6A and 2B. RGB value is (177,106,43). Sum of RGB (Red+Green+Blue) = 177+106+43=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16A2B is #4E95D4. Grayscale: #787878. Windows color (decimal): -5150165 or 2845361. OLE color: 2845361.
HSL color Cylindrical-coordinate representation of color #B16A2B: hue angle of 28.21º 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 #B16A2B is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 106 | 43 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.31 |
| HSL | 28.21º | 0.61% | 0.43% | - |
| HSV(B) | 28.21º | 0.76% | 0.69% | - |
| XYZ | 23.72 | 19.83 | 4.86 | - |
| YUV | 120.05 | 84.52 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 43 | 0 | 0.40 | 0.76 | 0.31 | 28.21 | 0.61 | 0.43 |
| Hex | B1 | 6A | 2B | 0 | 28 | 4C | 1F | 1C | 3D | 2B |
| Octal | 261 | 152 | 53 | 0 | 50 | 114 | 37 | 34 | 75 | 53 |
| Binary | 10110001 | 1101010 | 101011 | 0 | 101000 | 1001100 | 11111 | 11100 | 111101 | 101011 |
Color Harmonies of #B16A2B
Complementary color
Monochromatic Colors of #B16A2B
Black with #B16A2B
Text Example
Text Example
White with #B16A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16A2B; }
p { color: rgb(177,106,43); }
H1.HeaderClassName
{
color: #B16A2B;
}
.AnyTagClassName
{
color: #B16A2B;
}
</style>
background-color css
<style>
a { background-color: #B16A2B; }
a { background-color: rgb(177,106,43); }
div.DivClassName
{
background-color: #B16A2B;
}
.BgClassName
{
background-color: #B16A2B;
}
</style>
border-color css
<style>
span { border-color: #B16A2B; }
span { border-color: rgb(177,106,43); }
td.TdClassName
{
border-color: #B16A2B;
}
.TagClassName
{
border-color: #B16A2B;
}
</style>