Shades of Reno Sand #B96C2E
Tints of Reno Sand #B96C2E
RGB
CMYK
RGB Variations
Color information
#B96C2E (or 0xB96C2E) is known color: Reno Sand. HEX triplet: B9, 6C and 2E. RGB value is (185,108,46). Sum of RGB (Red+Green+Blue) = 185+108+46=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C2E is #4693D1. Grayscale: #7C7C7C. Windows color (decimal): -4625362 or 3042489. OLE color: 3042489.
HSL color Cylindrical-coordinate representation of color #B96C2E: hue angle of 26.76º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B96C2E is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 108 | 46 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.27 |
| HSL | 26.76º | 0.6% | 0.45% | - |
| HSV(B) | 26.76º | 0.75% | 0.73% | - |
| XYZ | 25.86 | 21.24 | 5.32 | - |
| YUV | 123.96 | 84.01 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 46 | 0 | 0.42 | 0.75 | 0.27 | 26.76 | 0.6 | 0.45 |
| Hex | B9 | 6C | 2E | 0 | 2A | 4B | 1B | 1B | 3C | 2D |
| Octal | 271 | 154 | 56 | 0 | 52 | 113 | 33 | 33 | 74 | 55 |
| Binary | 10111001 | 1101100 | 101110 | 0 | 101010 | 1001011 | 11011 | 11011 | 111100 | 101101 |
Color Harmonies of #B96C2E
Complementary color
Monochromatic Colors of #B96C2E
Black with #B96C2E
Text Example
Text Example
White with #B96C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96C2E; }
p { color: rgb(185,108,46); }
H1.HeaderClassName
{
color: #B96C2E;
}
.AnyTagClassName
{
color: #B96C2E;
}
</style>
background-color css
<style>
a { background-color: #B96C2E; }
a { background-color: rgb(185,108,46); }
div.DivClassName
{
background-color: #B96C2E;
}
.BgClassName
{
background-color: #B96C2E;
}
</style>
border-color css
<style>
span { border-color: #B96C2E; }
span { border-color: rgb(185,108,46); }
td.TdClassName
{
border-color: #B96C2E;
}
.TagClassName
{
border-color: #B96C2E;
}
</style>