Shades of Reno Sand #B77032
Tints of Reno Sand #B77032
RGB
CMYK
RGB Variations
Color information
#B77032 (or 0xB77032) is known color: Reno Sand. HEX triplet: B7, 70 and 32. RGB value is (183,112,50). Sum of RGB (Red+Green+Blue) = 183+112+50=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B77032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77032 is #488FCD. Grayscale: #7E7E7E. Windows color (decimal): -4755406 or 3305655. OLE color: 3305655.
HSL color Cylindrical-coordinate representation of color #B77032: hue angle of 27.97º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B77032 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 50 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.28 |
| HSL | 27.97º | 0.57% | 0.46% | - |
| HSV(B) | 27.97º | 0.73% | 0.72% | - |
| XYZ | 25.9 | 21.89 | 5.88 | - |
| YUV | 126.16 | 85.02 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 50 | 0 | 0.39 | 0.73 | 0.28 | 27.97 | 0.57 | 0.46 |
| Hex | B7 | 70 | 32 | 0 | 27 | 49 | 1C | 1C | 39 | 2E |
| Octal | 267 | 160 | 62 | 0 | 47 | 111 | 34 | 34 | 71 | 56 |
| Binary | 10110111 | 1110000 | 110010 | 0 | 100111 | 1001001 | 11100 | 11100 | 111001 | 101110 |
Color Harmonies of #B77032
Complementary color
Monochromatic Colors of #B77032
Black with #B77032
Text Example
Text Example
White with #B77032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77032; }
p { color: rgb(183,112,50); }
H1.HeaderClassName
{
color: #B77032;
}
.AnyTagClassName
{
color: #B77032;
}
</style>
background-color css
<style>
a { background-color: #B77032; }
a { background-color: rgb(183,112,50); }
div.DivClassName
{
background-color: #B77032;
}
.BgClassName
{
background-color: #B77032;
}
</style>
border-color css
<style>
span { border-color: #B77032; }
span { border-color: rgb(183,112,50); }
td.TdClassName
{
border-color: #B77032;
}
.TagClassName
{
border-color: #B77032;
}
</style>