Shades of Reno Sand #B76836
Tints of Reno Sand #B76836
RGB
CMYK
RGB Variations
Color information
#B76836 (or 0xB76836) is known color: Reno Sand. HEX triplet: B7, 68 and 36. RGB value is (183,104,54). Sum of RGB (Red+Green+Blue) = 183+104+54=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B76836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76836 is #4897C9. Grayscale: #7A7A7A. Windows color (decimal): -4757450 or 3565751. OLE color: 3565751.
HSL color Cylindrical-coordinate representation of color #B76836: hue angle of 23.26º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B76836 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 54 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.28 |
| HSL | 23.26º | 0.54% | 0.46% | - |
| HSV(B) | 23.26º | 0.7% | 0.72% | - |
| XYZ | 25.14 | 20.23 | 6.07 | - |
| YUV | 121.92 | 89.67 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 54 | 0 | 0.43 | 0.70 | 0.28 | 23.26 | 0.54 | 0.46 |
| Hex | B7 | 68 | 36 | 0 | 2B | 46 | 1C | 17 | 36 | 2E |
| Octal | 267 | 150 | 66 | 0 | 53 | 106 | 34 | 27 | 66 | 56 |
| Binary | 10110111 | 1101000 | 110110 | 0 | 101011 | 1000110 | 11100 | 10111 | 110110 | 101110 |
Color Harmonies of #B76836
Complementary color
Monochromatic Colors of #B76836
Black with #B76836
Text Example
Text Example
White with #B76836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76836; }
p { color: rgb(183,104,54); }
H1.HeaderClassName
{
color: #B76836;
}
.AnyTagClassName
{
color: #B76836;
}
</style>
background-color css
<style>
a { background-color: #B76836; }
a { background-color: rgb(183,104,54); }
div.DivClassName
{
background-color: #B76836;
}
.BgClassName
{
background-color: #B76836;
}
</style>
border-color css
<style>
span { border-color: #B76836; }
span { border-color: rgb(183,104,54); }
td.TdClassName
{
border-color: #B76836;
}
.TagClassName
{
border-color: #B76836;
}
</style>