Shades of Reno Sand #B86935
Tints of Reno Sand #B86935
RGB
CMYK
RGB Variations
Color information
#B86935 (or 0xB86935) is known color: Reno Sand. HEX triplet: B8, 69 and 35. RGB value is (184,105,53). Sum of RGB (Red+Green+Blue) = 184+105+53=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B86935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86935 is #4796CA. Grayscale: #7A7A7A. Windows color (decimal): -4691659 or 3500472. OLE color: 3500472.
HSL color Cylindrical-coordinate representation of color #B86935: hue angle of 23.82º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B86935 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 53 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.28 |
| HSL | 23.82º | 0.55% | 0.46% | - |
| HSV(B) | 23.82º | 0.71% | 0.72% | - |
| XYZ | 25.46 | 20.55 | 5.99 | - |
| YUV | 122.69 | 88.67 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 53 | 0 | 0.43 | 0.71 | 0.28 | 23.82 | 0.55 | 0.46 |
| Hex | B8 | 69 | 35 | 0 | 2B | 47 | 1C | 18 | 37 | 2E |
| Octal | 270 | 151 | 65 | 0 | 53 | 107 | 34 | 30 | 67 | 56 |
| Binary | 10111000 | 1101001 | 110101 | 0 | 101011 | 1000111 | 11100 | 11000 | 110111 | 101110 |
Color Harmonies of #B86935
Complementary color
Monochromatic Colors of #B86935
Black with #B86935
Text Example
Text Example
White with #B86935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86935; }
p { color: rgb(184,105,53); }
H1.HeaderClassName
{
color: #B86935;
}
.AnyTagClassName
{
color: #B86935;
}
</style>
background-color css
<style>
a { background-color: #B86935; }
a { background-color: rgb(184,105,53); }
div.DivClassName
{
background-color: #B86935;
}
.BgClassName
{
background-color: #B86935;
}
</style>
border-color css
<style>
span { border-color: #B86935; }
span { border-color: rgb(184,105,53); }
td.TdClassName
{
border-color: #B86935;
}
.TagClassName
{
border-color: #B86935;
}
</style>