Shades of Reno Sand #B07039
Tints of Reno Sand #B07039
RGB
CMYK
RGB Variations
Color information
#B07039 (or 0xB07039) is known color: Reno Sand. HEX triplet: B0, 70 and 39. RGB value is (176,112,57). Sum of RGB (Red+Green+Blue) = 176+112+57=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B07039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07039 is #4F8FC6. Grayscale: #7D7D7D. Windows color (decimal): -5214151 or 3764400. OLE color: 3764400.
HSL color Cylindrical-coordinate representation of color #B07039: hue angle of 27.73º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B07039 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 57 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.31 |
| HSL | 27.73º | 0.51% | 0.46% | - |
| HSV(B) | 27.73º | 0.68% | 0.69% | - |
| XYZ | 24.44 | 21.11 | 6.66 | - |
| YUV | 124.87 | 89.7 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 57 | 0 | 0.36 | 0.68 | 0.31 | 27.73 | 0.51 | 0.46 |
| Hex | B0 | 70 | 39 | 0 | 24 | 44 | 1F | 1C | 33 | 2E |
| Octal | 260 | 160 | 71 | 0 | 44 | 104 | 37 | 34 | 63 | 56 |
| Binary | 10110000 | 1110000 | 111001 | 0 | 100100 | 1000100 | 11111 | 11100 | 110011 | 101110 |
Color Harmonies of #B07039
Complementary color
Monochromatic Colors of #B07039
Black with #B07039
Text Example
Text Example
White with #B07039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07039; }
p { color: rgb(176,112,57); }
H1.HeaderClassName
{
color: #B07039;
}
.AnyTagClassName
{
color: #B07039;
}
</style>
background-color css
<style>
a { background-color: #B07039; }
a { background-color: rgb(176,112,57); }
div.DivClassName
{
background-color: #B07039;
}
.BgClassName
{
background-color: #B07039;
}
</style>
border-color css
<style>
span { border-color: #B07039; }
span { border-color: rgb(176,112,57); }
td.TdClassName
{
border-color: #B07039;
}
.TagClassName
{
border-color: #B07039;
}
</style>