Shades of Reno Sand #B76A2C
Tints of Reno Sand #B76A2C
RGB
CMYK
RGB Variations
Color information
#B76A2C (or 0xB76A2C) is known color: Reno Sand. HEX triplet: B7, 6A and 2C. RGB value is (183,106,44). Sum of RGB (Red+Green+Blue) = 183+106+44=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76A2C is #4895D3. Grayscale: #7A7A7A. Windows color (decimal): -4756948 or 2910903. OLE color: 2910903.
HSL color Cylindrical-coordinate representation of color #B76A2C: hue angle of 26.76º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B76A2C is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 44 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.28 |
| HSL | 26.76º | 0.61% | 0.45% | - |
| HSV(B) | 26.76º | 0.76% | 0.72% | - |
| XYZ | 25.14 | 20.56 | 5.03 | - |
| YUV | 121.96 | 84.01 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 44 | 0 | 0.42 | 0.76 | 0.28 | 26.76 | 0.61 | 0.45 |
| Hex | B7 | 6A | 2C | 0 | 2A | 4C | 1C | 1B | 3D | 2D |
| Octal | 267 | 152 | 54 | 0 | 52 | 114 | 34 | 33 | 75 | 55 |
| Binary | 10110111 | 1101010 | 101100 | 0 | 101010 | 1001100 | 11100 | 11011 | 111101 | 101101 |
Color Harmonies of #B76A2C
Complementary color
Monochromatic Colors of #B76A2C
Black with #B76A2C
Text Example
Text Example
White with #B76A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76A2C; }
p { color: rgb(183,106,44); }
H1.HeaderClassName
{
color: #B76A2C;
}
.AnyTagClassName
{
color: #B76A2C;
}
</style>
background-color css
<style>
a { background-color: #B76A2C; }
a { background-color: rgb(183,106,44); }
div.DivClassName
{
background-color: #B76A2C;
}
.BgClassName
{
background-color: #B76A2C;
}
</style>
border-color css
<style>
span { border-color: #B76A2C; }
span { border-color: rgb(183,106,44); }
td.TdClassName
{
border-color: #B76A2C;
}
.TagClassName
{
border-color: #B76A2C;
}
</style>