Shades of Reno Sand #B57235
Tints of Reno Sand #B57235
RGB
CMYK
RGB Variations
Color information
#B57235 (or 0xB57235) is known color: Reno Sand. HEX triplet: B5, 72 and 35. RGB value is (181,114,53). Sum of RGB (Red+Green+Blue) = 181+114+53=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B57235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57235 is #4A8DCA. Grayscale: #7F7F7F. Windows color (decimal): -4885963 or 3502773. OLE color: 3502773.
HSL color Cylindrical-coordinate representation of color #B57235: hue angle of 28.59º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B57235 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 114 | 53 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.29 |
| HSL | 28.59º | 0.55% | 0.46% | - |
| HSV(B) | 28.59º | 0.71% | 0.71% | - |
| XYZ | 25.72 | 22.12 | 6.28 | - |
| YUV | 127.08 | 86.2 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 53 | 0 | 0.37 | 0.71 | 0.29 | 28.59 | 0.55 | 0.46 |
| Hex | B5 | 72 | 35 | 0 | 25 | 47 | 1D | 1D | 37 | 2E |
| Octal | 265 | 162 | 65 | 0 | 45 | 107 | 35 | 35 | 67 | 56 |
| Binary | 10110101 | 1110010 | 110101 | 0 | 100101 | 1000111 | 11101 | 11101 | 110111 | 101110 |
Color Harmonies of #B57235
Complementary color
Monochromatic Colors of #B57235
Black with #B57235
Text Example
Text Example
White with #B57235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57235; }
p { color: rgb(181,114,53); }
H1.HeaderClassName
{
color: #B57235;
}
.AnyTagClassName
{
color: #B57235;
}
</style>
background-color css
<style>
a { background-color: #B57235; }
a { background-color: rgb(181,114,53); }
div.DivClassName
{
background-color: #B57235;
}
.BgClassName
{
background-color: #B57235;
}
</style>
border-color css
<style>
span { border-color: #B57235; }
span { border-color: rgb(181,114,53); }
td.TdClassName
{
border-color: #B57235;
}
.TagClassName
{
border-color: #B57235;
}
</style>