Shades of Reno Sand #B86C31
Tints of Reno Sand #B86C31
RGB
CMYK
RGB Variations
Color information
#B86C31 (or 0xB86C31) is known color: Reno Sand. HEX triplet: B8, 6C and 31. RGB value is (184,108,49). Sum of RGB (Red+Green+Blue) = 184+108+49=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86C31 is #4793CE. Grayscale: #7C7C7C. Windows color (decimal): -4690895 or 3239096. OLE color: 3239096.
HSL color Cylindrical-coordinate representation of color #B86C31: hue angle of 26.22º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B86C31 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 49 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.28 |
| HSL | 26.22º | 0.58% | 0.46% | - |
| HSV(B) | 26.22º | 0.73% | 0.72% | - |
| XYZ | 25.68 | 21.14 | 5.63 | - |
| YUV | 124 | 85.68 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 49 | 0 | 0.41 | 0.73 | 0.28 | 26.22 | 0.58 | 0.46 |
| Hex | B8 | 6C | 31 | 0 | 29 | 49 | 1C | 1A | 3A | 2E |
| Octal | 270 | 154 | 61 | 0 | 51 | 111 | 34 | 32 | 72 | 56 |
| Binary | 10111000 | 1101100 | 110001 | 0 | 101001 | 1001001 | 11100 | 11010 | 111010 | 101110 |
Color Harmonies of #B86C31
Complementary color
Monochromatic Colors of #B86C31
Black with #B86C31
Text Example
Text Example
White with #B86C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86C31; }
p { color: rgb(184,108,49); }
H1.HeaderClassName
{
color: #B86C31;
}
.AnyTagClassName
{
color: #B86C31;
}
</style>
background-color css
<style>
a { background-color: #B86C31; }
a { background-color: rgb(184,108,49); }
div.DivClassName
{
background-color: #B86C31;
}
.BgClassName
{
background-color: #B86C31;
}
</style>
border-color css
<style>
span { border-color: #B86C31; }
span { border-color: rgb(184,108,49); }
td.TdClassName
{
border-color: #B86C31;
}
.TagClassName
{
border-color: #B86C31;
}
</style>