Shades of Reno Sand #B86B32
Tints of Reno Sand #B86B32
RGB
CMYK
RGB Variations
Color information
#B86B32 (or 0xB86B32) is known color: Reno Sand. HEX triplet: B8, 6B and 32. RGB value is (184,107,50). Sum of RGB (Red+Green+Blue) = 184+107+50=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86B32 is #4794CD. Grayscale: #7B7B7B. Windows color (decimal): -4691150 or 3304376. OLE color: 3304376.
HSL color Cylindrical-coordinate representation of color #B86B32: hue angle of 25.52º degrees, saturation: 0.57, 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 #B86B32 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 107 | 50 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.28 |
| HSL | 25.52º | 0.57% | 0.46% | - |
| HSV(B) | 25.52º | 0.73% | 0.72% | - |
| XYZ | 25.6 | 20.94 | 5.71 | - |
| YUV | 123.53 | 86.51 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 50 | 0 | 0.42 | 0.73 | 0.28 | 25.52 | 0.57 | 0.46 |
| Hex | B8 | 6B | 32 | 0 | 2A | 49 | 1C | 1A | 39 | 2E |
| Octal | 270 | 153 | 62 | 0 | 52 | 111 | 34 | 32 | 71 | 56 |
| Binary | 10111000 | 1101011 | 110010 | 0 | 101010 | 1001001 | 11100 | 11010 | 111001 | 101110 |
Color Harmonies of #B86B32
Complementary color
Monochromatic Colors of #B86B32
Black with #B86B32
Text Example
Text Example
White with #B86B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86B32; }
p { color: rgb(184,107,50); }
H1.HeaderClassName
{
color: #B86B32;
}
.AnyTagClassName
{
color: #B86B32;
}
</style>
background-color css
<style>
a { background-color: #B86B32; }
a { background-color: rgb(184,107,50); }
div.DivClassName
{
background-color: #B86B32;
}
.BgClassName
{
background-color: #B86B32;
}
</style>
border-color css
<style>
span { border-color: #B86B32; }
span { border-color: rgb(184,107,50); }
td.TdClassName
{
border-color: #B86B32;
}
.TagClassName
{
border-color: #B86B32;
}
</style>