Shades of Reno Sand #B57039
Tints of Reno Sand #B57039
RGB
CMYK
RGB Variations
Color information
#B57039 (or 0xB57039) is known color: Reno Sand. HEX triplet: B5, 70 and 39. RGB value is (181,112,57). Sum of RGB (Red+Green+Blue) = 181+112+57=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B57039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57039 is #4A8FC6. Grayscale: #7E7E7E. Windows color (decimal): -4886471 or 3764405. OLE color: 3764405.
HSL color Cylindrical-coordinate representation of color #B57039: hue angle of 26.61º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B57039 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 57 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.29 |
| HSL | 26.61º | 0.52% | 0.47% | - |
| HSV(B) | 26.61º | 0.69% | 0.71% | - |
| XYZ | 25.59 | 21.71 | 6.71 | - |
| YUV | 126.36 | 88.86 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 57 | 0 | 0.38 | 0.69 | 0.29 | 26.61 | 0.52 | 0.47 |
| Hex | B5 | 70 | 39 | 0 | 26 | 45 | 1D | 1B | 34 | 2F |
| Octal | 265 | 160 | 71 | 0 | 46 | 105 | 35 | 33 | 64 | 57 |
| Binary | 10110101 | 1110000 | 111001 | 0 | 100110 | 1000101 | 11101 | 11011 | 110100 | 101111 |
Color Harmonies of #B57039
Complementary color
Monochromatic Colors of #B57039
Black with #B57039
Text Example
Text Example
White with #B57039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57039; }
p { color: rgb(181,112,57); }
H1.HeaderClassName
{
color: #B57039;
}
.AnyTagClassName
{
color: #B57039;
}
</style>
background-color css
<style>
a { background-color: #B57039; }
a { background-color: rgb(181,112,57); }
div.DivClassName
{
background-color: #B57039;
}
.BgClassName
{
background-color: #B57039;
}
</style>
border-color css
<style>
span { border-color: #B57039; }
span { border-color: rgb(181,112,57); }
td.TdClassName
{
border-color: #B57039;
}
.TagClassName
{
border-color: #B57039;
}
</style>