Shades of Reno Sand #B76D31
Tints of Reno Sand #B76D31
RGB
CMYK
RGB Variations
Color information
#B76D31 (or 0xB76D31) is known color: Reno Sand. HEX triplet: B7, 6D and 31. RGB value is (183,109,49). Sum of RGB (Red+Green+Blue) = 183+109+49=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D31 is #4892CE. Grayscale: #7C7C7C. Windows color (decimal): -4756175 or 3239351. OLE color: 3239351.
HSL color Cylindrical-coordinate representation of color #B76D31: hue angle of 26.87º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B76D31 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 49 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.28 |
| HSL | 26.87º | 0.58% | 0.45% | - |
| HSV(B) | 26.87º | 0.73% | 0.72% | - |
| XYZ | 25.55 | 21.23 | 5.66 | - |
| YUV | 124.29 | 85.52 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 49 | 0 | 0.40 | 0.73 | 0.28 | 26.87 | 0.58 | 0.45 |
| Hex | B7 | 6D | 31 | 0 | 28 | 49 | 1C | 1B | 3A | 2D |
| Octal | 267 | 155 | 61 | 0 | 50 | 111 | 34 | 33 | 72 | 55 |
| Binary | 10110111 | 1101101 | 110001 | 0 | 101000 | 1001001 | 11100 | 11011 | 111010 | 101101 |
Color Harmonies of #B76D31
Complementary color
Monochromatic Colors of #B76D31
Black with #B76D31
Text Example
Text Example
White with #B76D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D31; }
p { color: rgb(183,109,49); }
H1.HeaderClassName
{
color: #B76D31;
}
.AnyTagClassName
{
color: #B76D31;
}
</style>
background-color css
<style>
a { background-color: #B76D31; }
a { background-color: rgb(183,109,49); }
div.DivClassName
{
background-color: #B76D31;
}
.BgClassName
{
background-color: #B76D31;
}
</style>
border-color css
<style>
span { border-color: #B76D31; }
span { border-color: rgb(183,109,49); }
td.TdClassName
{
border-color: #B76D31;
}
.TagClassName
{
border-color: #B76D31;
}
</style>