Shades of Reno Sand #B57133
Tints of Reno Sand #B57133
RGB
CMYK
RGB Variations
Color information
#B57133 (or 0xB57133) is known color: Reno Sand. HEX triplet: B5, 71 and 33. RGB value is (181,113,51). Sum of RGB (Red+Green+Blue) = 181+113+51=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B57133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57133 is #4A8ECC. Grayscale: #7E7E7E. Windows color (decimal): -4886221 or 3371445. OLE color: 3371445.
HSL color Cylindrical-coordinate representation of color #B57133: hue angle of 28.62º degrees, saturation: 0.56, 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 #B57133 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 113 | 51 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.29 |
| HSL | 28.62º | 0.56% | 0.45% | - |
| HSV(B) | 28.62º | 0.72% | 0.71% | - |
| XYZ | 25.56 | 21.87 | 6.01 | - |
| YUV | 126.26 | 85.53 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 51 | 0 | 0.38 | 0.72 | 0.29 | 28.62 | 0.56 | 0.45 |
| Hex | B5 | 71 | 33 | 0 | 26 | 48 | 1D | 1D | 38 | 2D |
| Octal | 265 | 161 | 63 | 0 | 46 | 110 | 35 | 35 | 70 | 55 |
| Binary | 10110101 | 1110001 | 110011 | 0 | 100110 | 1001000 | 11101 | 11101 | 111000 | 101101 |
Color Harmonies of #B57133
Complementary color
Monochromatic Colors of #B57133
Black with #B57133
Text Example
Text Example
White with #B57133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57133; }
p { color: rgb(181,113,51); }
H1.HeaderClassName
{
color: #B57133;
}
.AnyTagClassName
{
color: #B57133;
}
</style>
background-color css
<style>
a { background-color: #B57133; }
a { background-color: rgb(181,113,51); }
div.DivClassName
{
background-color: #B57133;
}
.BgClassName
{
background-color: #B57133;
}
</style>
border-color css
<style>
span { border-color: #B57133; }
span { border-color: rgb(181,113,51); }
td.TdClassName
{
border-color: #B57133;
}
.TagClassName
{
border-color: #B57133;
}
</style>