Shades of Reno Sand #B86A2E
Tints of Reno Sand #B86A2E
RGB
CMYK
RGB Variations
Color information
#B86A2E (or 0xB86A2E) is known color: Reno Sand. HEX triplet: B8, 6A and 2E. RGB value is (184,106,46). Sum of RGB (Red+Green+Blue) = 184+106+46=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86A2E is #4795D1. Grayscale: #7A7A7A. Windows color (decimal): -4691410 or 3041976. OLE color: 3041976.
HSL color Cylindrical-coordinate representation of color #B86A2E: hue angle of 26.09º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B86A2E is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 106 | 46 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.28 |
| HSL | 26.09º | 0.6% | 0.45% | - |
| HSV(B) | 26.09º | 0.75% | 0.72% | - |
| XYZ | 25.41 | 20.7 | 5.24 | - |
| YUV | 122.48 | 84.84 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 106 | 46 | 0 | 0.42 | 0.75 | 0.28 | 26.09 | 0.6 | 0.45 |
| Hex | B8 | 6A | 2E | 0 | 2A | 4B | 1C | 1A | 3C | 2D |
| Octal | 270 | 152 | 56 | 0 | 52 | 113 | 34 | 32 | 74 | 55 |
| Binary | 10111000 | 1101010 | 101110 | 0 | 101010 | 1001011 | 11100 | 11010 | 111100 | 101101 |
Color Harmonies of #B86A2E
Complementary color
Monochromatic Colors of #B86A2E
Black with #B86A2E
Text Example
Text Example
White with #B86A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86A2E; }
p { color: rgb(184,106,46); }
H1.HeaderClassName
{
color: #B86A2E;
}
.AnyTagClassName
{
color: #B86A2E;
}
</style>
background-color css
<style>
a { background-color: #B86A2E; }
a { background-color: rgb(184,106,46); }
div.DivClassName
{
background-color: #B86A2E;
}
.BgClassName
{
background-color: #B86A2E;
}
</style>
border-color css
<style>
span { border-color: #B86A2E; }
span { border-color: rgb(184,106,46); }
td.TdClassName
{
border-color: #B86A2E;
}
.TagClassName
{
border-color: #B86A2E;
}
</style>