Shades of Reno Sand #B96C2F
Tints of Reno Sand #B96C2F
RGB
CMYK
RGB Variations
Color information
#B96C2F (or 0xB96C2F) is known color: Reno Sand. HEX triplet: B9, 6C and 2F. RGB value is (185,108,47). Sum of RGB (Red+Green+Blue) = 185+108+47=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C2F is #4693D0. Grayscale: #7C7C7C. Windows color (decimal): -4625361 or 3108025. OLE color: 3108025.
HSL color Cylindrical-coordinate representation of color #B96C2F: hue angle of 26.52º degrees, saturation: 0.59, 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 #B96C2F is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 108 | 47 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.27 |
| HSL | 26.52º | 0.59% | 0.45% | - |
| HSV(B) | 26.52º | 0.75% | 0.73% | - |
| XYZ | 25.88 | 21.24 | 5.43 | - |
| YUV | 124.07 | 84.51 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 47 | 0 | 0.42 | 0.75 | 0.27 | 26.52 | 0.59 | 0.45 |
| Hex | B9 | 6C | 2F | 0 | 2A | 4B | 1B | 1B | 3B | 2D |
| Octal | 271 | 154 | 57 | 0 | 52 | 113 | 33 | 33 | 73 | 55 |
| Binary | 10111001 | 1101100 | 101111 | 0 | 101010 | 1001011 | 11011 | 11011 | 111011 | 101101 |
Color Harmonies of #B96C2F
Complementary color
Monochromatic Colors of #B96C2F
Black with #B96C2F
Text Example
Text Example
White with #B96C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96C2F; }
p { color: rgb(185,108,47); }
H1.HeaderClassName
{
color: #B96C2F;
}
.AnyTagClassName
{
color: #B96C2F;
}
</style>
background-color css
<style>
a { background-color: #B96C2F; }
a { background-color: rgb(185,108,47); }
div.DivClassName
{
background-color: #B96C2F;
}
.BgClassName
{
background-color: #B96C2F;
}
</style>
border-color css
<style>
span { border-color: #B96C2F; }
span { border-color: rgb(185,108,47); }
td.TdClassName
{
border-color: #B96C2F;
}
.TagClassName
{
border-color: #B96C2F;
}
</style>