Shades of Reno Sand #B96D37
Tints of Reno Sand #B96D37
RGB
CMYK
RGB Variations
Color information
#B96D37 (or 0xB96D37) is known color: Reno Sand. HEX triplet: B9, 6D and 37. RGB value is (185,109,55). Sum of RGB (Red+Green+Blue) = 185+109+55=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96D37 is #4692C8. Grayscale: #7D7D7D. Windows color (decimal): -4625097 or 3632569. OLE color: 3632569.
HSL color Cylindrical-coordinate representation of color #B96D37: hue angle of 24.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B96D37 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 55 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.27 |
| HSL | 24.92º | 0.54% | 0.47% | - |
| HSV(B) | 24.92º | 0.7% | 0.73% | - |
| XYZ | 26.17 | 21.53 | 6.39 | - |
| YUV | 125.57 | 88.18 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 55 | 0 | 0.41 | 0.70 | 0.27 | 24.92 | 0.54 | 0.47 |
| Hex | B9 | 6D | 37 | 0 | 29 | 46 | 1B | 19 | 36 | 2F |
| Octal | 271 | 155 | 67 | 0 | 51 | 106 | 33 | 31 | 66 | 57 |
| Binary | 10111001 | 1101101 | 110111 | 0 | 101001 | 1000110 | 11011 | 11001 | 110110 | 101111 |
Color Harmonies of #B96D37
Complementary color
Monochromatic Colors of #B96D37
Black with #B96D37
Text Example
Text Example
White with #B96D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96D37; }
p { color: rgb(185,109,55); }
H1.HeaderClassName
{
color: #B96D37;
}
.AnyTagClassName
{
color: #B96D37;
}
</style>
background-color css
<style>
a { background-color: #B96D37; }
a { background-color: rgb(185,109,55); }
div.DivClassName
{
background-color: #B96D37;
}
.BgClassName
{
background-color: #B96D37;
}
</style>
border-color css
<style>
span { border-color: #B96D37; }
span { border-color: rgb(185,109,55); }
td.TdClassName
{
border-color: #B96D37;
}
.TagClassName
{
border-color: #B96D37;
}
</style>