Shades of Reno Sand #B5702F
Tints of Reno Sand #B5702F
RGB
CMYK
RGB Variations
Color information
#B5702F (or 0xB5702F) is known color: Reno Sand. HEX triplet: B5, 70 and 2F. RGB value is (181,112,47). Sum of RGB (Red+Green+Blue) = 181+112+47=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B5702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5702F is #4A8FD0. Grayscale: #7D7D7D. Windows color (decimal): -4886481 or 3109045. OLE color: 3109045.
HSL color Cylindrical-coordinate representation of color #B5702F: hue angle of 29.1º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5702F is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 47 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.29 |
| HSL | 29.1º | 0.59% | 0.45% | - |
| HSV(B) | 29.1º | 0.74% | 0.71% | - |
| XYZ | 25.36 | 21.62 | 5.53 | - |
| YUV | 125.22 | 83.86 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 47 | 0 | 0.38 | 0.74 | 0.29 | 29.1 | 0.59 | 0.45 |
| Hex | B5 | 70 | 2F | 0 | 26 | 4A | 1D | 1D | 3B | 2D |
| Octal | 265 | 160 | 57 | 0 | 46 | 112 | 35 | 35 | 73 | 55 |
| Binary | 10110101 | 1110000 | 101111 | 0 | 100110 | 1001010 | 11101 | 11101 | 111011 | 101101 |
Color Harmonies of #B5702F
Complementary color
Monochromatic Colors of #B5702F
Black with #B5702F
Text Example
Text Example
White with #B5702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5702F; }
p { color: rgb(181,112,47); }
H1.HeaderClassName
{
color: #B5702F;
}
.AnyTagClassName
{
color: #B5702F;
}
</style>
background-color css
<style>
a { background-color: #B5702F; }
a { background-color: rgb(181,112,47); }
div.DivClassName
{
background-color: #B5702F;
}
.BgClassName
{
background-color: #B5702F;
}
</style>
border-color css
<style>
span { border-color: #B5702F; }
span { border-color: rgb(181,112,47); }
td.TdClassName
{
border-color: #B5702F;
}
.TagClassName
{
border-color: #B5702F;
}
</style>