Shades of Reno Sand #B0783C
Tints of Reno Sand #B0783C
RGB
CMYK
RGB Variations
Color information
#B0783C (or 0xB0783C) is known color: Reno Sand. HEX triplet: B0, 78 and 3C. RGB value is (176,120,60). Sum of RGB (Red+Green+Blue) = 176+120+60=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0783C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0783C is #4F87C3. Grayscale: #828282. Windows color (decimal): -5212100 or 3963056. OLE color: 3963056.
HSL color Cylindrical-coordinate representation of color #B0783C: hue angle of 31.03º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0783C is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 60 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.31 |
| HSL | 31.03º | 0.49% | 0.46% | - |
| HSV(B) | 31.03º | 0.66% | 0.69% | - |
| XYZ | 25.44 | 22.99 | 7.37 | - |
| YUV | 129.9 | 88.55 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 60 | 0 | 0.32 | 0.66 | 0.31 | 31.03 | 0.49 | 0.46 |
| Hex | B0 | 78 | 3C | 0 | 20 | 42 | 1F | 1F | 31 | 2E |
| Octal | 260 | 170 | 74 | 0 | 40 | 102 | 37 | 37 | 61 | 56 |
| Binary | 10110000 | 1111000 | 111100 | 0 | 100000 | 1000010 | 11111 | 11111 | 110001 | 101110 |
Color Harmonies of #B0783C
Complementary color
Monochromatic Colors of #B0783C
Black with #B0783C
Text Example
Text Example
White with #B0783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0783C; }
p { color: rgb(176,120,60); }
H1.HeaderClassName
{
color: #B0783C;
}
.AnyTagClassName
{
color: #B0783C;
}
</style>
background-color css
<style>
a { background-color: #B0783C; }
a { background-color: rgb(176,120,60); }
div.DivClassName
{
background-color: #B0783C;
}
.BgClassName
{
background-color: #B0783C;
}
</style>
border-color css
<style>
span { border-color: #B0783C; }
span { border-color: rgb(176,120,60); }
td.TdClassName
{
border-color: #B0783C;
}
.TagClassName
{
border-color: #B0783C;
}
</style>