Shades of Reno Sand #B2722C
Tints of Reno Sand #B2722C
RGB
CMYK
RGB Variations
Color information
#B2722C (or 0xB2722C) is known color: Reno Sand. HEX triplet: B2, 72 and 2C. RGB value is (178,114,44). Sum of RGB (Red+Green+Blue) = 178+114+44=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2722C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2722C is #4D8DD3. Grayscale: #7D7D7D. Windows color (decimal): -5082580 or 2912946. OLE color: 2912946.
HSL color Cylindrical-coordinate representation of color #B2722C: hue angle of 31.34º 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 #B2722C is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 114 | 44 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.30 |
| HSL | 31.34º | 0.6% | 0.44% | - |
| HSV(B) | 31.34º | 0.75% | 0.7% | - |
| XYZ | 24.83 | 21.68 | 5.26 | - |
| YUV | 125.16 | 82.2 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 114 | 44 | 0 | 0.36 | 0.75 | 0.30 | 31.34 | 0.6 | 0.44 |
| Hex | B2 | 72 | 2C | 0 | 24 | 4B | 1E | 1F | 3C | 2C |
| Octal | 262 | 162 | 54 | 0 | 44 | 113 | 36 | 37 | 74 | 54 |
| Binary | 10110010 | 1110010 | 101100 | 0 | 100100 | 1001011 | 11110 | 11111 | 111100 | 101100 |
Color Harmonies of #B2722C
Complementary color
Monochromatic Colors of #B2722C
Black with #B2722C
Text Example
Text Example
White with #B2722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2722C; }
p { color: rgb(178,114,44); }
H1.HeaderClassName
{
color: #B2722C;
}
.AnyTagClassName
{
color: #B2722C;
}
</style>
background-color css
<style>
a { background-color: #B2722C; }
a { background-color: rgb(178,114,44); }
div.DivClassName
{
background-color: #B2722C;
}
.BgClassName
{
background-color: #B2722C;
}
</style>
border-color css
<style>
span { border-color: #B2722C; }
span { border-color: rgb(178,114,44); }
td.TdClassName
{
border-color: #B2722C;
}
.TagClassName
{
border-color: #B2722C;
}
</style>