Shades of Reno Sand #B2682C
Tints of Reno Sand #B2682C
RGB
CMYK
RGB Variations
Color information
#B2682C (or 0xB2682C) is known color: Reno Sand. HEX triplet: B2, 68 and 2C. RGB value is (178,104,44). Sum of RGB (Red+Green+Blue) = 178+104+44=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B2682C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2682C is #4D97D3. Grayscale: #777777. Windows color (decimal): -5085140 or 2910386. OLE color: 2910386.
HSL color Cylindrical-coordinate representation of color #B2682C: hue angle of 26.87º 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 #B2682C is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 104 | 44 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.30 |
| HSL | 26.87º | 0.6% | 0.44% | - |
| HSV(B) | 26.87º | 0.75% | 0.7% | - |
| XYZ | 23.77 | 19.55 | 4.9 | - |
| YUV | 119.29 | 85.52 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 44 | 0 | 0.42 | 0.75 | 0.30 | 26.87 | 0.6 | 0.44 |
| Hex | B2 | 68 | 2C | 0 | 2A | 4B | 1E | 1B | 3C | 2C |
| Octal | 262 | 150 | 54 | 0 | 52 | 113 | 36 | 33 | 74 | 54 |
| Binary | 10110010 | 1101000 | 101100 | 0 | 101010 | 1001011 | 11110 | 11011 | 111100 | 101100 |
Color Harmonies of #B2682C
Complementary color
Monochromatic Colors of #B2682C
Black with #B2682C
Text Example
Text Example
White with #B2682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2682C; }
p { color: rgb(178,104,44); }
H1.HeaderClassName
{
color: #B2682C;
}
.AnyTagClassName
{
color: #B2682C;
}
</style>
background-color css
<style>
a { background-color: #B2682C; }
a { background-color: rgb(178,104,44); }
div.DivClassName
{
background-color: #B2682C;
}
.BgClassName
{
background-color: #B2682C;
}
</style>
border-color css
<style>
span { border-color: #B2682C; }
span { border-color: rgb(178,104,44); }
td.TdClassName
{
border-color: #B2682C;
}
.TagClassName
{
border-color: #B2682C;
}
</style>