Shades of Reno Sand #B0702F
Tints of Reno Sand #B0702F
RGB
CMYK
RGB Variations
Color information
#B0702F (or 0xB0702F) is known color: Reno Sand. HEX triplet: B0, 70 and 2F. RGB value is (176,112,47). Sum of RGB (Red+Green+Blue) = 176+112+47=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0702F is #4F8FD0. Grayscale: #7C7C7C. Windows color (decimal): -5214161 or 3109040. OLE color: 3109040.
HSL color Cylindrical-coordinate representation of color #B0702F: hue angle of 30.23º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0702F is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 47 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.31 |
| HSL | 30.23º | 0.58% | 0.44% | - |
| HSV(B) | 30.23º | 0.73% | 0.69% | - |
| XYZ | 24.21 | 21.02 | 5.47 | - |
| YUV | 123.73 | 84.7 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 47 | 0 | 0.36 | 0.73 | 0.31 | 30.23 | 0.58 | 0.44 |
| Hex | B0 | 70 | 2F | 0 | 24 | 49 | 1F | 1E | 3A | 2C |
| Octal | 260 | 160 | 57 | 0 | 44 | 111 | 37 | 36 | 72 | 54 |
| Binary | 10110000 | 1110000 | 101111 | 0 | 100100 | 1001001 | 11111 | 11110 | 111010 | 101100 |
Color Harmonies of #B0702F
Complementary color
Monochromatic Colors of #B0702F
Black with #B0702F
Text Example
Text Example
White with #B0702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0702F; }
p { color: rgb(176,112,47); }
H1.HeaderClassName
{
color: #B0702F;
}
.AnyTagClassName
{
color: #B0702F;
}
</style>
background-color css
<style>
a { background-color: #B0702F; }
a { background-color: rgb(176,112,47); }
div.DivClassName
{
background-color: #B0702F;
}
.BgClassName
{
background-color: #B0702F;
}
</style>
border-color css
<style>
span { border-color: #B0702F; }
span { border-color: rgb(176,112,47); }
td.TdClassName
{
border-color: #B0702F;
}
.TagClassName
{
border-color: #B0702F;
}
</style>