Shades of Reno Sand #B96D38
Tints of Reno Sand #B96D38
RGB
CMYK
RGB Variations
Color information
#B96D38 (or 0xB96D38) is known color: Reno Sand. HEX triplet: B9, 6D and 38. RGB value is (185,109,56). Sum of RGB (Red+Green+Blue) = 185+109+56=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96D38 is #4692C7. Grayscale: #7D7D7D. Windows color (decimal): -4625096 or 3698105. OLE color: 3698105.
HSL color Cylindrical-coordinate representation of color #B96D38: hue angle of 24.65º 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 #B96D38 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 56 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.27 |
| HSL | 24.65º | 0.54% | 0.47% | - |
| HSV(B) | 24.65º | 0.7% | 0.73% | - |
| XYZ | 26.19 | 21.54 | 6.52 | - |
| YUV | 125.68 | 88.68 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 56 | 0 | 0.41 | 0.70 | 0.27 | 24.65 | 0.54 | 0.47 |
| Hex | B9 | 6D | 38 | 0 | 29 | 46 | 1B | 19 | 36 | 2F |
| Octal | 271 | 155 | 70 | 0 | 51 | 106 | 33 | 31 | 66 | 57 |
| Binary | 10111001 | 1101101 | 111000 | 0 | 101001 | 1000110 | 11011 | 11001 | 110110 | 101111 |
Color Harmonies of #B96D38
Complementary color
Monochromatic Colors of #B96D38
Black with #B96D38
Text Example
Text Example
White with #B96D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96D38; }
p { color: rgb(185,109,56); }
H1.HeaderClassName
{
color: #B96D38;
}
.AnyTagClassName
{
color: #B96D38;
}
</style>
background-color css
<style>
a { background-color: #B96D38; }
a { background-color: rgb(185,109,56); }
div.DivClassName
{
background-color: #B96D38;
}
.BgClassName
{
background-color: #B96D38;
}
</style>
border-color css
<style>
span { border-color: #B96D38; }
span { border-color: rgb(185,109,56); }
td.TdClassName
{
border-color: #B96D38;
}
.TagClassName
{
border-color: #B96D38;
}
</style>