Shades of Reno Sand #B4702F
Tints of Reno Sand #B4702F
RGB
CMYK
RGB Variations
Color information
#B4702F (or 0xB4702F) is known color: Reno Sand. HEX triplet: B4, 70 and 2F. RGB value is (180,112,47). Sum of RGB (Red+Green+Blue) = 180+112+47=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4702F is #4B8FD0. Grayscale: #7D7D7D. Windows color (decimal): -4952017 or 3109044. OLE color: 3109044.
HSL color Cylindrical-coordinate representation of color #B4702F: hue angle of 29.32º 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 #B4702F is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 112 | 47 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.29 |
| HSL | 29.32º | 0.59% | 0.45% | - |
| HSV(B) | 29.32º | 0.74% | 0.71% | - |
| XYZ | 25.13 | 21.5 | 5.51 | - |
| YUV | 124.92 | 84.03 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 47 | 0 | 0.38 | 0.74 | 0.29 | 29.32 | 0.59 | 0.45 |
| Hex | B4 | 70 | 2F | 0 | 26 | 4A | 1D | 1D | 3B | 2D |
| Octal | 264 | 160 | 57 | 0 | 46 | 112 | 35 | 35 | 73 | 55 |
| Binary | 10110100 | 1110000 | 101111 | 0 | 100110 | 1001010 | 11101 | 11101 | 111011 | 101101 |
Color Harmonies of #B4702F
Complementary color
Monochromatic Colors of #B4702F
Black with #B4702F
Text Example
Text Example
White with #B4702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4702F; }
p { color: rgb(180,112,47); }
H1.HeaderClassName
{
color: #B4702F;
}
.AnyTagClassName
{
color: #B4702F;
}
</style>
background-color css
<style>
a { background-color: #B4702F; }
a { background-color: rgb(180,112,47); }
div.DivClassName
{
background-color: #B4702F;
}
.BgClassName
{
background-color: #B4702F;
}
</style>
border-color css
<style>
span { border-color: #B4702F; }
span { border-color: rgb(180,112,47); }
td.TdClassName
{
border-color: #B4702F;
}
.TagClassName
{
border-color: #B4702F;
}
</style>