Shades of Reno Sand #B96B2F
Tints of Reno Sand #B96B2F
RGB
CMYK
RGB Variations
Color information
#B96B2F (or 0xB96B2F) is known color: Reno Sand. HEX triplet: B9, 6B and 2F. RGB value is (185,107,47). Sum of RGB (Red+Green+Blue) = 185+107+47=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96B2F is #4694D0. Grayscale: #7B7B7B. Windows color (decimal): -4625617 or 3107769. OLE color: 3107769.
HSL color Cylindrical-coordinate representation of color #B96B2F: hue angle of 26.09º 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 #B96B2F is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 107 | 47 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.27 |
| HSL | 26.09º | 0.59% | 0.45% | - |
| HSV(B) | 26.09º | 0.75% | 0.73% | - |
| XYZ | 25.78 | 21.03 | 5.39 | - |
| YUV | 123.48 | 84.84 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 47 | 0 | 0.42 | 0.75 | 0.27 | 26.09 | 0.59 | 0.45 |
| Hex | B9 | 6B | 2F | 0 | 2A | 4B | 1B | 1A | 3B | 2D |
| Octal | 271 | 153 | 57 | 0 | 52 | 113 | 33 | 32 | 73 | 55 |
| Binary | 10111001 | 1101011 | 101111 | 0 | 101010 | 1001011 | 11011 | 11010 | 111011 | 101101 |
Color Harmonies of #B96B2F
Complementary color
Monochromatic Colors of #B96B2F
Black with #B96B2F
Text Example
Text Example
White with #B96B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96B2F; }
p { color: rgb(185,107,47); }
H1.HeaderClassName
{
color: #B96B2F;
}
.AnyTagClassName
{
color: #B96B2F;
}
</style>
background-color css
<style>
a { background-color: #B96B2F; }
a { background-color: rgb(185,107,47); }
div.DivClassName
{
background-color: #B96B2F;
}
.BgClassName
{
background-color: #B96B2F;
}
</style>
border-color css
<style>
span { border-color: #B96B2F; }
span { border-color: rgb(185,107,47); }
td.TdClassName
{
border-color: #B96B2F;
}
.TagClassName
{
border-color: #B96B2F;
}
</style>