Shades of Reno Sand #B0702A
Tints of Reno Sand #B0702A
RGB
CMYK
RGB Variations
Color information
#B0702A (or 0xB0702A) is known color: Reno Sand. HEX triplet: B0, 70 and 2A. RGB value is (176,112,42). Sum of RGB (Red+Green+Blue) = 176+112+42=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B0702A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0702A is #4F8FD5. Grayscale: #7B7B7B. Windows color (decimal): -5214166 or 2781360. OLE color: 2781360.
HSL color Cylindrical-coordinate representation of color #B0702A: hue angle of 31.34º 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 #B0702A is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 42 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.31 |
| HSL | 31.34º | 0.61% | 0.43% | - |
| HSV(B) | 31.34º | 0.76% | 0.69% | - |
| XYZ | 24.12 | 20.99 | 4.97 | - |
| YUV | 123.16 | 82.2 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 42 | 0 | 0.36 | 0.76 | 0.31 | 31.34 | 0.61 | 0.43 |
| Hex | B0 | 70 | 2A | 0 | 24 | 4C | 1F | 1F | 3D | 2B |
| Octal | 260 | 160 | 52 | 0 | 44 | 114 | 37 | 37 | 75 | 53 |
| Binary | 10110000 | 1110000 | 101010 | 0 | 100100 | 1001100 | 11111 | 11111 | 111101 | 101011 |
Color Harmonies of #B0702A
Complementary color
Monochromatic Colors of #B0702A
Black with #B0702A
Text Example
Text Example
White with #B0702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0702A; }
p { color: rgb(176,112,42); }
H1.HeaderClassName
{
color: #B0702A;
}
.AnyTagClassName
{
color: #B0702A;
}
</style>
background-color css
<style>
a { background-color: #B0702A; }
a { background-color: rgb(176,112,42); }
div.DivClassName
{
background-color: #B0702A;
}
.BgClassName
{
background-color: #B0702A;
}
</style>
border-color css
<style>
span { border-color: #B0702A; }
span { border-color: rgb(176,112,42); }
td.TdClassName
{
border-color: #B0702A;
}
.TagClassName
{
border-color: #B0702A;
}
</style>