Shades of Reno Sand #B57232
Tints of Reno Sand #B57232
RGB
CMYK
RGB Variations
Color information
#B57232 (or 0xB57232) is known color: Reno Sand. HEX triplet: B5, 72 and 32. RGB value is (181,114,50). Sum of RGB (Red+Green+Blue) = 181+114+50=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B57232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57232 is #4A8DCD. Grayscale: #7F7F7F. Windows color (decimal): -4885966 or 3306165. OLE color: 3306165.
HSL color Cylindrical-coordinate representation of color #B57232: hue angle of 29.31º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B57232 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 114 | 50 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.29 |
| HSL | 29.31º | 0.57% | 0.45% | - |
| HSV(B) | 29.31º | 0.72% | 0.71% | - |
| XYZ | 25.65 | 22.09 | 5.93 | - |
| YUV | 126.74 | 84.7 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 50 | 0 | 0.37 | 0.72 | 0.29 | 29.31 | 0.57 | 0.45 |
| Hex | B5 | 72 | 32 | 0 | 25 | 48 | 1D | 1D | 39 | 2D |
| Octal | 265 | 162 | 62 | 0 | 45 | 110 | 35 | 35 | 71 | 55 |
| Binary | 10110101 | 1110010 | 110010 | 0 | 100101 | 1001000 | 11101 | 11101 | 111001 | 101101 |
Color Harmonies of #B57232
Complementary color
Monochromatic Colors of #B57232
Black with #B57232
Text Example
Text Example
White with #B57232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57232; }
p { color: rgb(181,114,50); }
H1.HeaderClassName
{
color: #B57232;
}
.AnyTagClassName
{
color: #B57232;
}
</style>
background-color css
<style>
a { background-color: #B57232; }
a { background-color: rgb(181,114,50); }
div.DivClassName
{
background-color: #B57232;
}
.BgClassName
{
background-color: #B57232;
}
</style>
border-color css
<style>
span { border-color: #B57232; }
span { border-color: rgb(181,114,50); }
td.TdClassName
{
border-color: #B57232;
}
.TagClassName
{
border-color: #B57232;
}
</style>