Shades of Reno Sand #B86B2C
Tints of Reno Sand #B86B2C
RGB
CMYK
RGB Variations
Color information
#B86B2C (or 0xB86B2C) is known color: Reno Sand. HEX triplet: B8, 6B and 2C. RGB value is (184,107,44). Sum of RGB (Red+Green+Blue) = 184+107+44=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86B2C is #4794D3. Grayscale: #7B7B7B. Windows color (decimal): -4691156 or 2911160. OLE color: 2911160.
HSL color Cylindrical-coordinate representation of color #B86B2C: hue angle of 27º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B86B2C is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 107 | 44 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.28 |
| HSL | 27º | 0.61% | 0.45% | - |
| HSV(B) | 27º | 0.76% | 0.72% | - |
| XYZ | 25.48 | 20.89 | 5.07 | - |
| YUV | 122.84 | 83.51 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 44 | 0 | 0.42 | 0.76 | 0.28 | 27 | 0.61 | 0.45 |
| Hex | B8 | 6B | 2C | 0 | 2A | 4C | 1C | 1B | 3D | 2D |
| Octal | 270 | 153 | 54 | 0 | 52 | 114 | 34 | 33 | 75 | 55 |
| Binary | 10111000 | 1101011 | 101100 | 0 | 101010 | 1001100 | 11100 | 11011 | 111101 | 101101 |
Color Harmonies of #B86B2C
Complementary color
Monochromatic Colors of #B86B2C
Black with #B86B2C
Text Example
Text Example
White with #B86B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86B2C; }
p { color: rgb(184,107,44); }
H1.HeaderClassName
{
color: #B86B2C;
}
.AnyTagClassName
{
color: #B86B2C;
}
</style>
background-color css
<style>
a { background-color: #B86B2C; }
a { background-color: rgb(184,107,44); }
div.DivClassName
{
background-color: #B86B2C;
}
.BgClassName
{
background-color: #B86B2C;
}
</style>
border-color css
<style>
span { border-color: #B86B2C; }
span { border-color: rgb(184,107,44); }
td.TdClassName
{
border-color: #B86B2C;
}
.TagClassName
{
border-color: #B86B2C;
}
</style>