Shades of Reno Sand #B57231
Tints of Reno Sand #B57231
RGB
CMYK
RGB Variations
Color information
#B57231 (or 0xB57231) is known color: Reno Sand. HEX triplet: B5, 72 and 31. RGB value is (181,114,49). Sum of RGB (Red+Green+Blue) = 181+114+49=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B57231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57231 is #4A8DCE. Grayscale: #7E7E7E. Windows color (decimal): -4885967 or 3240629. OLE color: 3240629.
HSL color Cylindrical-coordinate representation of color #B57231: hue angle of 29.55º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B57231 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 114 | 49 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.29 |
| HSL | 29.55º | 0.57% | 0.45% | - |
| HSV(B) | 29.55º | 0.73% | 0.71% | - |
| XYZ | 25.63 | 22.08 | 5.82 | - |
| YUV | 126.62 | 84.2 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 49 | 0 | 0.37 | 0.73 | 0.29 | 29.55 | 0.57 | 0.45 |
| Hex | B5 | 72 | 31 | 0 | 25 | 49 | 1D | 1E | 39 | 2D |
| Octal | 265 | 162 | 61 | 0 | 45 | 111 | 35 | 36 | 71 | 55 |
| Binary | 10110101 | 1110010 | 110001 | 0 | 100101 | 1001001 | 11101 | 11110 | 111001 | 101101 |
Color Harmonies of #B57231
Complementary color
Monochromatic Colors of #B57231
Black with #B57231
Text Example
Text Example
White with #B57231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57231; }
p { color: rgb(181,114,49); }
H1.HeaderClassName
{
color: #B57231;
}
.AnyTagClassName
{
color: #B57231;
}
</style>
background-color css
<style>
a { background-color: #B57231; }
a { background-color: rgb(181,114,49); }
div.DivClassName
{
background-color: #B57231;
}
.BgClassName
{
background-color: #B57231;
}
</style>
border-color css
<style>
span { border-color: #B57231; }
span { border-color: rgb(181,114,49); }
td.TdClassName
{
border-color: #B57231;
}
.TagClassName
{
border-color: #B57231;
}
</style>