Shades of Reno Sand #B77039
Tints of Reno Sand #B77039
RGB
CMYK
RGB Variations
Color information
#B77039 (or 0xB77039) is known color: Reno Sand. HEX triplet: B7, 70 and 39. RGB value is (183,112,57). Sum of RGB (Red+Green+Blue) = 183+112+57=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B77039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77039 is #488FC6. Grayscale: #7F7F7F. Windows color (decimal): -4755399 or 3764407. OLE color: 3764407.
HSL color Cylindrical-coordinate representation of color #B77039: hue angle of 26.19º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B77039 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 57 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.28 |
| HSL | 26.19º | 0.53% | 0.47% | - |
| HSV(B) | 26.19º | 0.69% | 0.72% | - |
| XYZ | 26.06 | 21.95 | 6.73 | - |
| YUV | 126.96 | 88.52 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 57 | 0 | 0.39 | 0.69 | 0.28 | 26.19 | 0.53 | 0.47 |
| Hex | B7 | 70 | 39 | 0 | 27 | 45 | 1C | 1A | 34 | 2F |
| Octal | 267 | 160 | 71 | 0 | 47 | 105 | 34 | 32 | 64 | 57 |
| Binary | 10110111 | 1110000 | 111001 | 0 | 100111 | 1000101 | 11100 | 11010 | 110100 | 101111 |
Color Harmonies of #B77039
Complementary color
Monochromatic Colors of #B77039
Black with #B77039
Text Example
Text Example
White with #B77039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77039; }
p { color: rgb(183,112,57); }
H1.HeaderClassName
{
color: #B77039;
}
.AnyTagClassName
{
color: #B77039;
}
</style>
background-color css
<style>
a { background-color: #B77039; }
a { background-color: rgb(183,112,57); }
div.DivClassName
{
background-color: #B77039;
}
.BgClassName
{
background-color: #B77039;
}
</style>
border-color css
<style>
span { border-color: #B77039; }
span { border-color: rgb(183,112,57); }
td.TdClassName
{
border-color: #B77039;
}
.TagClassName
{
border-color: #B77039;
}
</style>