Shades of Reno Sand #B96C2D
Tints of Reno Sand #B96C2D
RGB
CMYK
RGB Variations
Color information
#B96C2D (or 0xB96C2D) is known color: Reno Sand. HEX triplet: B9, 6C and 2D. RGB value is (185,108,45). Sum of RGB (Red+Green+Blue) = 185+108+45=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C2D is #4693D2. Grayscale: #7C7C7C. Windows color (decimal): -4625363 or 2976953. OLE color: 2976953.
HSL color Cylindrical-coordinate representation of color #B96C2D: hue angle of 27º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B96C2D is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 108 | 45 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.27 |
| HSL | 27º | 0.61% | 0.45% | - |
| HSV(B) | 27º | 0.76% | 0.73% | - |
| XYZ | 25.84 | 21.23 | 5.22 | - |
| YUV | 123.84 | 83.51 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 45 | 0 | 0.42 | 0.76 | 0.27 | 27 | 0.61 | 0.45 |
| Hex | B9 | 6C | 2D | 0 | 2A | 4C | 1B | 1B | 3D | 2D |
| Octal | 271 | 154 | 55 | 0 | 52 | 114 | 33 | 33 | 75 | 55 |
| Binary | 10111001 | 1101100 | 101101 | 0 | 101010 | 1001100 | 11011 | 11011 | 111101 | 101101 |
Color Harmonies of #B96C2D
Complementary color
Monochromatic Colors of #B96C2D
Black with #B96C2D
Text Example
Text Example
White with #B96C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96C2D; }
p { color: rgb(185,108,45); }
H1.HeaderClassName
{
color: #B96C2D;
}
.AnyTagClassName
{
color: #B96C2D;
}
</style>
background-color css
<style>
a { background-color: #B96C2D; }
a { background-color: rgb(185,108,45); }
div.DivClassName
{
background-color: #B96C2D;
}
.BgClassName
{
background-color: #B96C2D;
}
</style>
border-color css
<style>
span { border-color: #B96C2D; }
span { border-color: rgb(185,108,45); }
td.TdClassName
{
border-color: #B96C2D;
}
.TagClassName
{
border-color: #B96C2D;
}
</style>