Shades of Reno Sand #B4682C
Tints of Reno Sand #B4682C
RGB
CMYK
RGB Variations
Color information
#B4682C (or 0xB4682C) is known color: Reno Sand. HEX triplet: B4, 68 and 2C. RGB value is (180,104,44). Sum of RGB (Red+Green+Blue) = 180+104+44=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B4682C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4682C is #4B97D3. Grayscale: #787878. Windows color (decimal): -4954068 or 2910388. OLE color: 2910388.
HSL color Cylindrical-coordinate representation of color #B4682C: hue angle of 26.47º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4682C is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 104 | 44 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.29 |
| HSL | 26.47º | 0.61% | 0.44% | - |
| HSV(B) | 26.47º | 0.76% | 0.71% | - |
| XYZ | 24.23 | 19.79 | 4.92 | - |
| YUV | 119.88 | 85.18 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 44 | 0 | 0.42 | 0.76 | 0.29 | 26.47 | 0.61 | 0.44 |
| Hex | B4 | 68 | 2C | 0 | 2A | 4C | 1D | 1A | 3D | 2C |
| Octal | 264 | 150 | 54 | 0 | 52 | 114 | 35 | 32 | 75 | 54 |
| Binary | 10110100 | 1101000 | 101100 | 0 | 101010 | 1001100 | 11101 | 11010 | 111101 | 101100 |
Color Harmonies of #B4682C
Complementary color
Monochromatic Colors of #B4682C
Black with #B4682C
Text Example
Text Example
White with #B4682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4682C; }
p { color: rgb(180,104,44); }
H1.HeaderClassName
{
color: #B4682C;
}
.AnyTagClassName
{
color: #B4682C;
}
</style>
background-color css
<style>
a { background-color: #B4682C; }
a { background-color: rgb(180,104,44); }
div.DivClassName
{
background-color: #B4682C;
}
.BgClassName
{
background-color: #B4682C;
}
</style>
border-color css
<style>
span { border-color: #B4682C; }
span { border-color: rgb(180,104,44); }
td.TdClassName
{
border-color: #B4682C;
}
.TagClassName
{
border-color: #B4682C;
}
</style>