Shades of Reno Sand #B86D36
Tints of Reno Sand #B86D36
RGB
CMYK
RGB Variations
Color information
#B86D36 (or 0xB86D36) is known color: Reno Sand. HEX triplet: B8, 6D and 36. RGB value is (184,109,54). Sum of RGB (Red+Green+Blue) = 184+109+54=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86D36 is #4792C9. Grayscale: #7D7D7D. Windows color (decimal): -4690634 or 3567032. OLE color: 3567032.
HSL color Cylindrical-coordinate representation of color #B86D36: hue angle of 25.38º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B86D36 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 54 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.28 |
| HSL | 25.38º | 0.55% | 0.47% | - |
| HSV(B) | 25.38º | 0.71% | 0.72% | - |
| XYZ | 25.9 | 21.39 | 6.25 | - |
| YUV | 125.16 | 87.85 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 54 | 0 | 0.41 | 0.71 | 0.28 | 25.38 | 0.55 | 0.47 |
| Hex | B8 | 6D | 36 | 0 | 29 | 47 | 1C | 19 | 37 | 2F |
| Octal | 270 | 155 | 66 | 0 | 51 | 107 | 34 | 31 | 67 | 57 |
| Binary | 10111000 | 1101101 | 110110 | 0 | 101001 | 1000111 | 11100 | 11001 | 110111 | 101111 |
Color Harmonies of #B86D36
Complementary color
Monochromatic Colors of #B86D36
Black with #B86D36
Text Example
Text Example
White with #B86D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86D36; }
p { color: rgb(184,109,54); }
H1.HeaderClassName
{
color: #B86D36;
}
.AnyTagClassName
{
color: #B86D36;
}
</style>
background-color css
<style>
a { background-color: #B86D36; }
a { background-color: rgb(184,109,54); }
div.DivClassName
{
background-color: #B86D36;
}
.BgClassName
{
background-color: #B86D36;
}
</style>
border-color css
<style>
span { border-color: #B86D36; }
span { border-color: rgb(184,109,54); }
td.TdClassName
{
border-color: #B86D36;
}
.TagClassName
{
border-color: #B86D36;
}
</style>