Shades of Reno Sand #B76D35
Tints of Reno Sand #B76D35
RGB
CMYK
RGB Variations
Color information
#B76D35 (or 0xB76D35) is known color: Reno Sand. HEX triplet: B7, 6D and 35. RGB value is (183,109,53). Sum of RGB (Red+Green+Blue) = 183+109+53=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D35 is #4892CA. Grayscale: #7D7D7D. Windows color (decimal): -4756171 or 3501495. OLE color: 3501495.
HSL color Cylindrical-coordinate representation of color #B76D35: hue angle of 25.85º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B76D35 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 53 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.28 |
| HSL | 25.85º | 0.55% | 0.46% | - |
| HSV(B) | 25.85º | 0.71% | 0.72% | - |
| XYZ | 25.64 | 21.26 | 6.12 | - |
| YUV | 124.74 | 87.52 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 53 | 0 | 0.40 | 0.71 | 0.28 | 25.85 | 0.55 | 0.46 |
| Hex | B7 | 6D | 35 | 0 | 28 | 47 | 1C | 1A | 37 | 2E |
| Octal | 267 | 155 | 65 | 0 | 50 | 107 | 34 | 32 | 67 | 56 |
| Binary | 10110111 | 1101101 | 110101 | 0 | 101000 | 1000111 | 11100 | 11010 | 110111 | 101110 |
Color Harmonies of #B76D35
Complementary color
Monochromatic Colors of #B76D35
Black with #B76D35
Text Example
Text Example
White with #B76D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D35; }
p { color: rgb(183,109,53); }
H1.HeaderClassName
{
color: #B76D35;
}
.AnyTagClassName
{
color: #B76D35;
}
</style>
background-color css
<style>
a { background-color: #B76D35; }
a { background-color: rgb(183,109,53); }
div.DivClassName
{
background-color: #B76D35;
}
.BgClassName
{
background-color: #B76D35;
}
</style>
border-color css
<style>
span { border-color: #B76D35; }
span { border-color: rgb(183,109,53); }
td.TdClassName
{
border-color: #B76D35;
}
.TagClassName
{
border-color: #B76D35;
}
</style>