Shades of Reno Sand #B57034
Tints of Reno Sand #B57034
RGB
CMYK
RGB Variations
Color information
#B57034 (or 0xB57034) is known color: Reno Sand. HEX triplet: B5, 70 and 34. RGB value is (181,112,52). Sum of RGB (Red+Green+Blue) = 181+112+52=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B57034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57034 is #4A8FCB. Grayscale: #7E7E7E. Windows color (decimal): -4886476 or 3436725. OLE color: 3436725.
HSL color Cylindrical-coordinate representation of color #B57034: hue angle of 27.91º 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 #B57034 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 52 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.29 |
| HSL | 27.91º | 0.55% | 0.46% | - |
| HSV(B) | 27.91º | 0.71% | 0.71% | - |
| XYZ | 25.47 | 21.66 | 6.09 | - |
| YUV | 125.79 | 86.36 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 52 | 0 | 0.38 | 0.71 | 0.29 | 27.91 | 0.55 | 0.46 |
| Hex | B5 | 70 | 34 | 0 | 26 | 47 | 1D | 1C | 37 | 2E |
| Octal | 265 | 160 | 64 | 0 | 46 | 107 | 35 | 34 | 67 | 56 |
| Binary | 10110101 | 1110000 | 110100 | 0 | 100110 | 1000111 | 11101 | 11100 | 110111 | 101110 |
Color Harmonies of #B57034
Complementary color
Monochromatic Colors of #B57034
Black with #B57034
Text Example
Text Example
White with #B57034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57034; }
p { color: rgb(181,112,52); }
H1.HeaderClassName
{
color: #B57034;
}
.AnyTagClassName
{
color: #B57034;
}
</style>
background-color css
<style>
a { background-color: #B57034; }
a { background-color: rgb(181,112,52); }
div.DivClassName
{
background-color: #B57034;
}
.BgClassName
{
background-color: #B57034;
}
</style>
border-color css
<style>
span { border-color: #B57034; }
span { border-color: rgb(181,112,52); }
td.TdClassName
{
border-color: #B57034;
}
.TagClassName
{
border-color: #B57034;
}
</style>