Shades of Reno Sand #B2732E
Tints of Reno Sand #B2732E
RGB
CMYK
RGB Variations
Color information
#B2732E (or 0xB2732E) is known color: Reno Sand. HEX triplet: B2, 73 and 2E. RGB value is (178,115,46). Sum of RGB (Red+Green+Blue) = 178+115+46=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2732E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2732E is #4D8CD1. Grayscale: #7E7E7E. Windows color (decimal): -5082322 or 3044274. OLE color: 3044274.
HSL color Cylindrical-coordinate representation of color #B2732E: hue angle of 31.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2732E is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 115 | 46 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.30 |
| HSL | 31.36º | 0.59% | 0.44% | - |
| HSV(B) | 31.36º | 0.74% | 0.7% | - |
| XYZ | 24.98 | 21.92 | 5.5 | - |
| YUV | 125.97 | 82.87 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 46 | 0 | 0.35 | 0.74 | 0.30 | 31.36 | 0.59 | 0.44 |
| Hex | B2 | 73 | 2E | 0 | 23 | 4A | 1E | 1F | 3B | 2C |
| Octal | 262 | 163 | 56 | 0 | 43 | 112 | 36 | 37 | 73 | 54 |
| Binary | 10110010 | 1110011 | 101110 | 0 | 100011 | 1001010 | 11110 | 11111 | 111011 | 101100 |
Color Harmonies of #B2732E
Complementary color
Monochromatic Colors of #B2732E
Black with #B2732E
Text Example
Text Example
White with #B2732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2732E; }
p { color: rgb(178,115,46); }
H1.HeaderClassName
{
color: #B2732E;
}
.AnyTagClassName
{
color: #B2732E;
}
</style>
background-color css
<style>
a { background-color: #B2732E; }
a { background-color: rgb(178,115,46); }
div.DivClassName
{
background-color: #B2732E;
}
.BgClassName
{
background-color: #B2732E;
}
</style>
border-color css
<style>
span { border-color: #B2732E; }
span { border-color: rgb(178,115,46); }
td.TdClassName
{
border-color: #B2732E;
}
.TagClassName
{
border-color: #B2732E;
}
</style>