Shades of Reno Sand #B2712D
Tints of Reno Sand #B2712D
RGB
CMYK
RGB Variations
Color information
#B2712D (or 0xB2712D) is known color: Reno Sand. HEX triplet: B2, 71 and 2D. RGB value is (178,113,45). Sum of RGB (Red+Green+Blue) = 178+113+45=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2712D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2712D is #4D8ED2. Grayscale: #7D7D7D. Windows color (decimal): -5082835 or 2978226. OLE color: 2978226.
HSL color Cylindrical-coordinate representation of color #B2712D: hue angle of 30.68º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2712D is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 113 | 45 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.30 |
| HSL | 30.68º | 0.6% | 0.44% | - |
| HSV(B) | 30.68º | 0.75% | 0.7% | - |
| XYZ | 24.74 | 21.46 | 5.32 | - |
| YUV | 124.68 | 83.03 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 113 | 45 | 0 | 0.37 | 0.75 | 0.30 | 30.68 | 0.6 | 0.44 |
| Hex | B2 | 71 | 2D | 0 | 25 | 4B | 1E | 1F | 3C | 2C |
| Octal | 262 | 161 | 55 | 0 | 45 | 113 | 36 | 37 | 74 | 54 |
| Binary | 10110010 | 1110001 | 101101 | 0 | 100101 | 1001011 | 11110 | 11111 | 111100 | 101100 |
Color Harmonies of #B2712D
Complementary color
Monochromatic Colors of #B2712D
Black with #B2712D
Text Example
Text Example
White with #B2712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2712D; }
p { color: rgb(178,113,45); }
H1.HeaderClassName
{
color: #B2712D;
}
.AnyTagClassName
{
color: #B2712D;
}
</style>
background-color css
<style>
a { background-color: #B2712D; }
a { background-color: rgb(178,113,45); }
div.DivClassName
{
background-color: #B2712D;
}
.BgClassName
{
background-color: #B2712D;
}
</style>
border-color css
<style>
span { border-color: #B2712D; }
span { border-color: rgb(178,113,45); }
td.TdClassName
{
border-color: #B2712D;
}
.TagClassName
{
border-color: #B2712D;
}
</style>