Shades of Reno Sand #B3702F
Tints of Reno Sand #B3702F
RGB
CMYK
RGB Variations
Color information
#B3702F (or 0xB3702F) is known color: Reno Sand. HEX triplet: B3, 70 and 2F. RGB value is (179,112,47). Sum of RGB (Red+Green+Blue) = 179+112+47=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B3702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3702F is #4C8FD0. Grayscale: #7C7C7C. Windows color (decimal): -5017553 or 3109043. OLE color: 3109043.
HSL color Cylindrical-coordinate representation of color #B3702F: hue angle of 29.55º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3702F is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 112 | 47 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.30 |
| HSL | 29.55º | 0.58% | 0.44% | - |
| HSV(B) | 29.55º | 0.74% | 0.7% | - |
| XYZ | 24.9 | 21.38 | 5.5 | - |
| YUV | 124.62 | 84.2 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 47 | 0 | 0.37 | 0.74 | 0.30 | 29.55 | 0.58 | 0.44 |
| Hex | B3 | 70 | 2F | 0 | 25 | 4A | 1E | 1E | 3A | 2C |
| Octal | 263 | 160 | 57 | 0 | 45 | 112 | 36 | 36 | 72 | 54 |
| Binary | 10110011 | 1110000 | 101111 | 0 | 100101 | 1001010 | 11110 | 11110 | 111010 | 101100 |
Color Harmonies of #B3702F
Complementary color
Monochromatic Colors of #B3702F
Black with #B3702F
Text Example
Text Example
White with #B3702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3702F; }
p { color: rgb(179,112,47); }
H1.HeaderClassName
{
color: #B3702F;
}
.AnyTagClassName
{
color: #B3702F;
}
</style>
background-color css
<style>
a { background-color: #B3702F; }
a { background-color: rgb(179,112,47); }
div.DivClassName
{
background-color: #B3702F;
}
.BgClassName
{
background-color: #B3702F;
}
</style>
border-color css
<style>
span { border-color: #B3702F; }
span { border-color: rgb(179,112,47); }
td.TdClassName
{
border-color: #B3702F;
}
.TagClassName
{
border-color: #B3702F;
}
</style>