Shades of Reno Sand #B0702B
Tints of Reno Sand #B0702B
RGB
CMYK
RGB Variations
Color information
#B0702B (or 0xB0702B) is known color: Reno Sand. HEX triplet: B0, 70 and 2B. RGB value is (176,112,43). Sum of RGB (Red+Green+Blue) = 176+112+43=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B0702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0702B is #4F8FD4. Grayscale: #7B7B7B. Windows color (decimal): -5214165 or 2846896. OLE color: 2846896.
HSL color Cylindrical-coordinate representation of color #B0702B: hue angle of 31.13º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0702B is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 43 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.31 |
| HSL | 31.13º | 0.61% | 0.43% | - |
| HSV(B) | 31.13º | 0.76% | 0.69% | - |
| XYZ | 24.13 | 20.99 | 5.07 | - |
| YUV | 123.27 | 82.7 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 43 | 0 | 0.36 | 0.76 | 0.31 | 31.13 | 0.61 | 0.43 |
| Hex | B0 | 70 | 2B | 0 | 24 | 4C | 1F | 1F | 3D | 2B |
| Octal | 260 | 160 | 53 | 0 | 44 | 114 | 37 | 37 | 75 | 53 |
| Binary | 10110000 | 1110000 | 101011 | 0 | 100100 | 1001100 | 11111 | 11111 | 111101 | 101011 |
Color Harmonies of #B0702B
Complementary color
Monochromatic Colors of #B0702B
Black with #B0702B
Text Example
Text Example
White with #B0702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0702B; }
p { color: rgb(176,112,43); }
H1.HeaderClassName
{
color: #B0702B;
}
.AnyTagClassName
{
color: #B0702B;
}
</style>
background-color css
<style>
a { background-color: #B0702B; }
a { background-color: rgb(176,112,43); }
div.DivClassName
{
background-color: #B0702B;
}
.BgClassName
{
background-color: #B0702B;
}
</style>
border-color css
<style>
span { border-color: #B0702B; }
span { border-color: rgb(176,112,43); }
td.TdClassName
{
border-color: #B0702B;
}
.TagClassName
{
border-color: #B0702B;
}
</style>