Shades of Reno Sand #B1773B
Tints of Reno Sand #B1773B
RGB
CMYK
RGB Variations
Color information
#B1773B (or 0xB1773B) is known color: Reno Sand. HEX triplet: B1, 77 and 3B. RGB value is (177,119,59). Sum of RGB (Red+Green+Blue) = 177+119+59=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1773B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1773B is #4E88C4. Grayscale: #818181. Windows color (decimal): -5146821 or 3897265. OLE color: 3897265.
HSL color Cylindrical-coordinate representation of color #B1773B: hue angle of 30.51º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1773B is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 119 | 59 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.31 |
| HSL | 30.51º | 0.5% | 0.46% | - |
| HSV(B) | 30.51º | 0.67% | 0.69% | - |
| XYZ | 25.52 | 22.86 | 7.2 | - |
| YUV | 129.5 | 88.22 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 59 | 0 | 0.33 | 0.67 | 0.31 | 30.51 | 0.5 | 0.46 |
| Hex | B1 | 77 | 3B | 0 | 21 | 43 | 1F | 1F | 32 | 2E |
| Octal | 261 | 167 | 73 | 0 | 41 | 103 | 37 | 37 | 62 | 56 |
| Binary | 10110001 | 1110111 | 111011 | 0 | 100001 | 1000011 | 11111 | 11111 | 110010 | 101110 |
Color Harmonies of #B1773B
Complementary color
Monochromatic Colors of #B1773B
Black with #B1773B
Text Example
Text Example
White with #B1773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1773B; }
p { color: rgb(177,119,59); }
H1.HeaderClassName
{
color: #B1773B;
}
.AnyTagClassName
{
color: #B1773B;
}
</style>
background-color css
<style>
a { background-color: #B1773B; }
a { background-color: rgb(177,119,59); }
div.DivClassName
{
background-color: #B1773B;
}
.BgClassName
{
background-color: #B1773B;
}
</style>
border-color css
<style>
span { border-color: #B1773B; }
span { border-color: rgb(177,119,59); }
td.TdClassName
{
border-color: #B1773B;
}
.TagClassName
{
border-color: #B1773B;
}
</style>