Shades of Reno Sand #B37231
Tints of Reno Sand #B37231
RGB
CMYK
RGB Variations
Color information
#B37231 (or 0xB37231) is known color: Reno Sand. HEX triplet: B3, 72 and 31. RGB value is (179,114,49). Sum of RGB (Red+Green+Blue) = 179+114+49=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B37231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37231 is #4C8DCE. Grayscale: #7E7E7E. Windows color (decimal): -5017039 or 3240627. OLE color: 3240627.
HSL color Cylindrical-coordinate representation of color #B37231: hue angle of 30º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B37231 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 114 | 49 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.30 |
| HSL | 30º | 0.57% | 0.45% | - |
| HSV(B) | 30º | 0.73% | 0.7% | - |
| XYZ | 25.16 | 21.84 | 5.8 | - |
| YUV | 126.03 | 84.53 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 49 | 0 | 0.36 | 0.73 | 0.30 | 30 | 0.57 | 0.45 |
| Hex | B3 | 72 | 31 | 0 | 24 | 49 | 1E | 1E | 39 | 2D |
| Octal | 263 | 162 | 61 | 0 | 44 | 111 | 36 | 36 | 71 | 55 |
| Binary | 10110011 | 1110010 | 110001 | 0 | 100100 | 1001001 | 11110 | 11110 | 111001 | 101101 |
Color Harmonies of #B37231
Complementary color
Monochromatic Colors of #B37231
Black with #B37231
Text Example
Text Example
White with #B37231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37231; }
p { color: rgb(179,114,49); }
H1.HeaderClassName
{
color: #B37231;
}
.AnyTagClassName
{
color: #B37231;
}
</style>
background-color css
<style>
a { background-color: #B37231; }
a { background-color: rgb(179,114,49); }
div.DivClassName
{
background-color: #B37231;
}
.BgClassName
{
background-color: #B37231;
}
</style>
border-color css
<style>
span { border-color: #B37231; }
span { border-color: rgb(179,114,49); }
td.TdClassName
{
border-color: #B37231;
}
.TagClassName
{
border-color: #B37231;
}
</style>