Shades of Reno Sand #B1783A
Tints of Reno Sand #B1783A
RGB
CMYK
RGB Variations
Color information
#B1783A (or 0xB1783A) is known color: Reno Sand. HEX triplet: B1, 78 and 3A. RGB value is (177,120,58). Sum of RGB (Red+Green+Blue) = 177+120+58=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1783A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1783A is #4E87C5. Grayscale: #828282. Windows color (decimal): -5146566 or 3831985. OLE color: 3831985.
HSL color Cylindrical-coordinate representation of color #B1783A: hue angle of 31.26º degrees, saturation: 0.51, 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 #B1783A is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 58 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.31 |
| HSL | 31.26º | 0.51% | 0.46% | - |
| HSV(B) | 31.26º | 0.67% | 0.69% | - |
| XYZ | 25.61 | 23.09 | 7.11 | - |
| YUV | 129.98 | 87.38 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 58 | 0 | 0.32 | 0.67 | 0.31 | 31.26 | 0.51 | 0.46 |
| Hex | B1 | 78 | 3A | 0 | 20 | 43 | 1F | 1F | 33 | 2E |
| Octal | 261 | 170 | 72 | 0 | 40 | 103 | 37 | 37 | 63 | 56 |
| Binary | 10110001 | 1111000 | 111010 | 0 | 100000 | 1000011 | 11111 | 11111 | 110011 | 101110 |
Color Harmonies of #B1783A
Complementary color
Monochromatic Colors of #B1783A
Black with #B1783A
Text Example
Text Example
White with #B1783A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1783A; }
p { color: rgb(177,120,58); }
H1.HeaderClassName
{
color: #B1783A;
}
.AnyTagClassName
{
color: #B1783A;
}
</style>
background-color css
<style>
a { background-color: #B1783A; }
a { background-color: rgb(177,120,58); }
div.DivClassName
{
background-color: #B1783A;
}
.BgClassName
{
background-color: #B1783A;
}
</style>
border-color css
<style>
span { border-color: #B1783A; }
span { border-color: rgb(177,120,58); }
td.TdClassName
{
border-color: #B1783A;
}
.TagClassName
{
border-color: #B1783A;
}
</style>