Shades of Reno Sand #B96C39
Tints of Reno Sand #B96C39
RGB
CMYK
RGB Variations
Color information
#B96C39 (or 0xB96C39) is known color: Reno Sand. HEX triplet: B9, 6C and 39. RGB value is (185,108,57). Sum of RGB (Red+Green+Blue) = 185+108+57=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C39 is #4693C6. Grayscale: #7D7D7D. Windows color (decimal): -4625351 or 3763385. OLE color: 3763385.
HSL color Cylindrical-coordinate representation of color #B96C39: hue angle of 23.91º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B96C39 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 108 | 57 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.27 |
| HSL | 23.91º | 0.53% | 0.47% | - |
| HSV(B) | 23.91º | 0.69% | 0.73% | - |
| XYZ | 26.11 | 21.33 | 6.61 | - |
| YUV | 125.21 | 89.51 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 57 | 0 | 0.42 | 0.69 | 0.27 | 23.91 | 0.53 | 0.47 |
| Hex | B9 | 6C | 39 | 0 | 2A | 45 | 1B | 18 | 35 | 2F |
| Octal | 271 | 154 | 71 | 0 | 52 | 105 | 33 | 30 | 65 | 57 |
| Binary | 10111001 | 1101100 | 111001 | 0 | 101010 | 1000101 | 11011 | 11000 | 110101 | 101111 |
Color Harmonies of #B96C39
Complementary color
Monochromatic Colors of #B96C39
Black with #B96C39
Text Example
Text Example
White with #B96C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96C39; }
p { color: rgb(185,108,57); }
H1.HeaderClassName
{
color: #B96C39;
}
.AnyTagClassName
{
color: #B96C39;
}
</style>
background-color css
<style>
a { background-color: #B96C39; }
a { background-color: rgb(185,108,57); }
div.DivClassName
{
background-color: #B96C39;
}
.BgClassName
{
background-color: #B96C39;
}
</style>
border-color css
<style>
span { border-color: #B96C39; }
span { border-color: rgb(185,108,57); }
td.TdClassName
{
border-color: #B96C39;
}
.TagClassName
{
border-color: #B96C39;
}
</style>